Home
last modified time | relevance | path

Searched refs:JSON_BUILD_PAIR_STRING_NON_EMPTY (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/network/
Dnetworkd-json.c52 JSON_BUILD_PAIR_STRING_NON_EMPTY("Label", address->label), in address_build_json()
402 JSON_BUILD_PAIR_STRING_NON_EMPTY("TableString", table), in routing_policy_rule_build_json()
414 JSON_BUILD_PAIR_STRING_NON_EMPTY("IncomingInterface", rule->iif), in routing_policy_rule_build_json()
415 JSON_BUILD_PAIR_STRING_NON_EMPTY("OutgoingInterface", rule->oif), in routing_policy_rule_build_json()
497 JSON_BUILD_PAIR_STRING_NON_EMPTY("LinkFile", link), in device_build_json()
498 JSON_BUILD_PAIR_STRING_NON_EMPTY("Path", path), in device_build_json()
499 JSON_BUILD_PAIR_STRING_NON_EMPTY("Vendor", vendor), in device_build_json()
500 JSON_BUILD_PAIR_STRING_NON_EMPTY("Model", model))); in device_build_json()
521 JSON_BUILD_PAIR_STRING_NON_EMPTY("ServerName", a->server_name), in dns_build_json_one()
1176 JSON_BUILD_PAIR_STRING_NON_EMPTY("Kind", link->kind), in link_build_json()
[all …]
/systemd-251/src/shared/
Djson.h319 #define JSON_BUILD_PAIR_STRING_NON_EMPTY(name, s) _JSON_BUILD_PAIR_STRING_NON_EMPTY, (const char*) … macro