Searched refs:JSON_BUILD_PAIR_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/network/ |
D | networkd-json.c | 221 JSON_BUILD_PAIR_BOOLEAN("Blackhole", n->blackhole), in nexthop_build_json() 403 JSON_BUILD_PAIR_BOOLEAN("Invert", rule->invert_rule), in routing_policy_rule_build_json() 467 … JSON_BUILD_PAIR_BOOLEAN("RequiredForOnline", network->required_for_online), in network_build_json() 1118 JSON_BUILD_PAIR_BOOLEAN("DNSDefaultRoute", t), in dns_misc_build_json()
|
/systemd-251/src/shared/ |
D | json.h | 297 #define JSON_BUILD_PAIR_BOOLEAN(name, b) JSON_BUILD_PAIR(name, JSON_BUILD_BOOLEAN(b)) macro
|