Home
last modified time | relevance | path

Searched refs:local_addresses (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/test/ !
Dtest-local-addresses.c22 TEST(local_addresses) { in TEST() argument
26 n = local_addresses(NULL, 0, AF_INET, &a); in TEST()
33 n = local_addresses(NULL, 0, AF_INET6, &a); in TEST()
40 n = local_addresses(NULL, 0, AF_UNSPEC, &a); in TEST()
47 n = local_addresses(NULL, 1, AF_INET, &a); in TEST()
54 n = local_addresses(NULL, 1, AF_INET6, &a); in TEST()
61 n = local_addresses(NULL, 1, AF_UNSPEC, &a); in TEST()
Dtest-nss-hosts.c358 n = local_addresses(NULL, 0, AF_UNSPEC, &addrs); in make_addresses()
/systemd-251/src/nss-myhostname/ !
Dnss-myhostname.c90 n_addresses = local_addresses(NULL, 0, AF_UNSPEC, &addresses); in _nss_myhostname_gethostbyname4_r()
383 n_addresses = local_addresses(NULL, 0, af, &addresses); in _nss_myhostname_gethostbyname3_r()
473 n_addresses = local_addresses(NULL, 0, af, &addresses); in _nss_myhostname_gethostbyaddr2_r()
/systemd-251/src/shared/ !
Dlocal-addresses.h15 int local_addresses(sd_netlink *rtnl, int ifindex, int af, struct local_address **ret);
Dlocal-addresses.c61 int local_addresses( in local_addresses() function
/systemd-251/src/resolve/ !
Dresolved-dns-synthesize.c220 n = local_addresses(m->rtnl, ifindex, af, &addresses); in synthesize_system_hostname_rr()
289 n = local_addresses(m->rtnl, ifindex, af, &addresses); in synthesize_system_hostname_ptr()
/systemd-251/src/nspawn/ !
Dnspawn-expose-ports.c129 r = local_addresses(rtnl, 0, af, &addresses); in expose_port_execute()
/systemd-251/src/machine/ !
Dmachine-dbus.c212 n = local_addresses(NULL, 0, AF_UNSPEC, &addresses); in bus_machine_method_get_addresses()
275 n = local_addresses(NULL, 0, AF_UNSPEC, &addresses); in bus_machine_method_get_addresses()
/systemd-251/src/network/ !
Dnetworkctl.c1084 n = local_addresses(rtnl, ifindex, AF_UNSPEC, &local); in dump_addresses()