Home
last modified time | relevance | path

Searched refs:af_to_name (Results 1 – 12 of 12) sorted by relevance

/systemd-251/src/test/
Dtest-af-list.c20 assert_se(streq(af_to_name(i), af_names[i])); in TEST()
25 assert_se(af_to_name(af_max()) == NULL); in TEST()
26 assert_se(af_to_name(-1) == NULL); in TEST()
Dtest-local-addresses.c18 …log_debug("%s if%i scope=%i metric=%u address=%s", af_to_name(a[i].family), a[i].ifindex, a[i].sco… in print_local_addresses()
Dtest-nss-hosts.c37 name = af_to_name(family); in af_to_string()
/systemd-251/src/basic/
Daf-list.h8 const char *af_to_name(int id);
17 f = af_to_name(id); in af_to_name_short()
Daf-list.c15 const char *af_to_name(int id) { in af_to_name() function
/systemd-251/src/nspawn/
Dnspawn-expose-ports.c108 log_warning_errno(r, "Failed to modify %s firewall: %m", af_to_name(af)); in expose_port_flush()
161 log_warning_errno(r, "Failed to modify %s firewall: %m", af_to_name(af)); in expose_port_execute()
/systemd-251/src/resolve/
Dtest-dnssec-complex.c78 af = family == AF_UNSPEC ? "AF_UNSPEC" : af_to_name(family); in test_hostname_lookup()
Dresolved-dns-scope.c71 …l->ifname : "*", dns_protocol_to_string(protocol), family == AF_UNSPEC ? "*" : af_to_name(family)); in dns_scope_new()
102 … : "*", dns_protocol_to_string(s->protocol), s->family == AF_UNSPEC ? "*" : af_to_name(s->family)); in dns_scope_free()
1323 fputs(af_to_name(s->family), f); in dns_scope_dump()
Dresolvectl.c217 …log_debug("Resolving %s (family %s, interface %s).", name, af_to_name(arg_family) ?: "*", isempty(… in resolve_host()
756 …%s\" of type %s in %s (family %s, interface %s).", name, type, domain, af_to_name(arg_family) ?: "… in resolve_service()
758 …lving service type %s of %s (family %s, interface %s).", type, domain, af_to_name(arg_family) ?: "… in resolve_service()
760 …_debug("Resolving service type %s (family %s, interface %s).", domain, af_to_name(arg_family) ?: "… in resolve_service()
Dresolved-manager.c1083 ifindex, af_to_name(family), in manager_send()
/systemd-251/src/core/
Ddbus-cgroup.c1766af_to_name(family), FAMILY_ADDRESS_SIZE(family), an); in bus_cgroup_set_property()
1773 …ARGS, "Prefix length %" PRIu32 " too large for address family %s.", prefixlen, af_to_name(family)); in bus_cgroup_set_property()
Ddbus-execute.c583 name = af_to_name(PTR_TO_INT(af)); in property_get_address_families()