/systemd-251/src/test/ |
D | test-in-addr-util.c | 143 assert_se(in_addr_to_string(AF_INET, &a, &str) >= 0); in TEST() 148 assert_se(in_addr_to_string(AF_INET, &a, &str) >= 0); in TEST() 153 assert_se(in_addr_to_string(AF_INET, &a, &str) >= 0); in TEST() 158 assert_se(in_addr_to_string(AF_INET, &a, &str) >= 0); in TEST() 163 assert_se(in_addr_to_string(AF_INET, &a, &str) >= 0); in TEST() 170 assert_se(in_addr_to_string(AF_INET6, &a, &str) >= 0); in TEST() 175 assert_se(in_addr_to_string(AF_INET6, &a, &str) >= 0); in TEST() 353 assert_se(in_addr_to_string(f, &ua, &r) >= 0); in test_in_addr_to_string_one() 358 TEST(in_addr_to_string) { in TEST() argument
|
D | test-nss-hosts.c | 54 r = in_addr_to_string(it->family, &u, &a); in print_gaih_addrtuples() 82 r = in_addr_to_string(host->h_addrtype, &u, &a); in print_struct_hostent() 268 assert_se(in_addr_to_string(af, addr, &addr_pretty) >= 0); in test_gethostbyaddr2_r() 305 assert_se(in_addr_to_string(af, addr, &addr_pretty) >= 0); in test_gethostbyaddr_r()
|
D | test-local-addresses.c | 17 assert_se(in_addr_to_string(a[i].family, &a[i].address, &b) >= 0); in print_local_addresses()
|
/systemd-251/src/basic/ |
D | in-addr-util.h | 71 int in_addr_to_string(int family, const union in_addr_union *u, char **ret); 73 return in_addr_to_string(AF_INET6, (const union in_addr_union*) u, ret); in in6_addr_to_string()
|
D | in-addr-util.c | 428 int in_addr_to_string(int family, const union in_addr_union *u, char **ret) { in in_addr_to_string() function 499 r = in_addr_to_string(family, u, &ip_str); in in_addr_port_ifindex_name_to_string()
|
/systemd-251/src/libsystemd-network/ |
D | test-ipv4ll-manual.c | 28 … assert_se(in_addr_to_string(AF_INET, (const union in_addr_union*) &addr, &address) >= 0); in ll_handler()
|
D | sd-ipv4ll.c | 260 (void) in_addr_to_string(AF_INET, &(union in_addr_union) { .in.s_addr = addr }, &address); in ipv4ll_pick_address()
|
D | sd-ndisc.c | 232 … (void) in_addr_to_string(AF_INET6, (const union in_addr_union*) &rt->address, &addr); in ndisc_recv()
|
D | sd-radv.c | 278 … (void) in_addr_to_string(AF_INET6, (const union in_addr_union*) &src, &addr); in radv_recv() 303 (void) in_addr_to_string(AF_INET6, (const union in_addr_union*) &src, &addr); in radv_recv()
|
D | lldp-neighbor.c | 438 r = in_addr_to_string(family, &a, ret); in format_network_address()
|
/systemd-251/src/nspawn/ |
D | nspawn-expose-ports.c | 146 in_addr_to_string(af, &new_exposed, &pretty); in expose_port_execute()
|
/systemd-251/src/network/ |
D | networkd-bridge-mdb.c | 125 (void) in_addr_to_string(mdb->family, &mdb->group_addr, &a); in bridge_mdb_configure()
|
D | networkctl.c | 1045 r = in_addr_to_string(local[i].family, &local[i].address, &gateway); in dump_gateways() 1094 r = in_addr_to_string(local[i].family, &local[i].address, &pretty); in dump_addresses() 1184 r = in_addr_to_string(AF_INET6, &prefix, &pretty); in dump_address_labels() 1367 r = in_addr_to_string(family, addr, &ip); in dump_dhcp_leases()
|
D | networkd-neighbor.c | 170 (void) in_addr_to_string(neighbor->family, &neighbor->in_addr, &dst); in log_neighbor_debug()
|
D | networkd-state-file.c | 67 r = in_addr_to_string(AF_INET, (const union in_addr_union*) address, &p); in ordered_set_put_in4_addr()
|
D | networkd-route.c | 566 (void) in_addr_to_string(route->gw_family, &route->gw, &gw_alloc); in log_route_debug() 580 (void) in_addr_to_string(m->gateway.family, &a, &buf); in log_route_debug() 592 (void) in_addr_to_string(route->family, &route->prefsrc, &prefsrc); in log_route_debug()
|
D | networkd-address.c | 661 (void) in_addr_to_string(address->family, &address->in_addr, &addr); in log_address_debug() 663 (void) in_addr_to_string(address->family, &address->in_addr_peer, &peer); in log_address_debug()
|
/systemd-251/src/resolve/ |
D | test-resolved-stream.c | 135 assert_se(in_addr_to_string(server_address.in.sin_family, in tls_dns_server()
|
D | resolved-manager.c | 876 (void) in_addr_to_string(p->family, &p->sender, &sender_address); in manager_recv() 877 (void) in_addr_to_string(p->family, &p->destination, &destination_address); in manager_recv()
|
D | resolved-dns-rr.c | 870 r = in_addr_to_string(AF_INET, (const union in_addr_union*) &rr->a.in_addr, &t); in dns_resource_record_to_string() 880 … r = in_addr_to_string(AF_INET6, (const union in_addr_union*) &rr->aaaa.in6_addr, &t); in dns_resource_record_to_string()
|
D | resolved-dns-query.c | 1225 … r = in_addr_to_string(q->request_family, &q->request_address, &q->request_address_string); in dns_query_string()
|
D | resolved-dns-cache.c | 499 (void) in_addr_to_string(i->owner_family, &i->owner_address, &t); in dns_cache_put_positive()
|
/systemd-251/src/network/generator/ |
D | network-generator.c | 1092 r = in_addr_to_string(address->family, &address->peer, &peer); in address_dump() 1118 r = in_addr_to_string(route->family, &route->gateway, &gateway); in route_dump()
|
/systemd-251/src/network/netdev/ |
D | l2tp-tunnel.c | 451 (void) in_addr_to_string(t->family, &local_address, &str); in l2tp_create_tunnel()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 558 r = in_addr_to_string(family, d, p); in map_server_address()
|