Searched refs:local_outbounds (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | local-addresses.h | 19 int local_outbounds(sd_netlink *rtnl, int ifindex, int af, struct local_address **ret);
|
D | local-addresses.c | 364 int local_outbounds( in local_outbounds() function
|
/systemd-251/src/test/ |
D | test-local-addresses.c | 74 n = local_outbounds(NULL, 0, AF_UNSPEC, &a); in TEST()
|
/systemd-251/src/nss-myhostname/ |
D | nss-myhostname.c | 71 n_addresses = local_outbounds(NULL, 0, AF_UNSPEC, &addresses); in _nss_myhostname_gethostbyname4_r() 365 n_addresses = local_outbounds(NULL, 0, af, &addresses); in _nss_myhostname_gethostbyname3_r()
|
/systemd-251/src/resolve/ |
D | resolved-dns-synthesize.c | 429 r = synthesize_gateway_rr(m, key, ifindex, local_outbounds, &answer); in dns_synthesize_answer()
|