Searched refs:in6_addr_prefix_to_string (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/network/ |
D | networkd-dhcp-prefix-delegation.c | 372 (void) in6_addr_prefix_to_string(&address->in_addr.in6, address->prefixlen, &buffer); in log_dhcp_pd_address() 539 (void) in6_addr_prefix_to_string(&prefix, 64, &buf); in dhcp_pd_assign_subnet_prefix() 711 (void) in6_addr_prefix_to_string(addr, prefixlen, &buf); in dhcp_request_unreachable_route() 740 (void) in6_addr_prefix_to_string(addr, prefixlen, &buf); in dhcp_request_unreachable_route() 790 (void) in6_addr_prefix_to_string(prefix, prefixlen, &buf); in dhcp_pd_prefix_add() 974 (void) in6_addr_prefix_to_string(&sixrd_prefix, sixrd_prefixlen, &buf); in dhcp4_pd_prefix_acquired()
|
D | networkd-ndisc.c | 429 (void) in6_addr_prefix_to_string(&prefix, prefixlen, &buf); in ndisc_router_process_autonomous_prefix() 563 (void) in6_addr_prefix_to_string(&a, prefixlen, &b); in ndisc_router_process_prefix() 628 (void) in6_addr_prefix_to_string(&dst, prefixlen, &buf); in ndisc_router_process_route()
|
D | networkd-radv.c | 717 (void) in6_addr_prefix_to_string(&p->prefix, p->prefixlen, &str); in prefix_section_verify()
|
/systemd-251/src/libsystemd-network/ |
D | sd-radv.c | 589 (void) in6_addr_prefix_to_string(&p->opt.in6_addr, p->opt.prefixlen, &addr_p); in sd_radv_add_prefix() 609 (void) in6_addr_prefix_to_string(&cur->opt.in6_addr, cur->opt.prefixlen, &addr_cur); in sd_radv_add_prefix() 690 (void) in6_addr_prefix_to_string(&p->opt.in6_addr, p->opt.prefixlen, &addr_p); in sd_radv_add_route_prefix() 710 (void) in6_addr_prefix_to_string(&cur->opt.in6_addr, cur->opt.prefixlen, &addr_cur); in sd_radv_add_route_prefix()
|
/systemd-251/src/basic/ |
D | in-addr-util.h | 76 static inline int in6_addr_prefix_to_string(const struct in6_addr *u, unsigned prefixlen, char **re… in in6_addr_prefix_to_string() function
|