Lines Matching refs:in6_addr
57 static const struct in6_addr local_address =
59 static const struct in6_addr mcast_address =
61 static const struct in6_addr ia_na_address1 = { { { IA_NA_ADDRESS1_BYTES } } };
62 static const struct in6_addr ia_na_address2 = { { { IA_NA_ADDRESS2_BYTES } } };
63 static const struct in6_addr ia_pd_prefix1 = { { { IA_PD_PREFIX1_BYTES } } };
64 static const struct in6_addr ia_pd_prefix2 = { { { IA_PD_PREFIX2_BYTES } } };
65 static const struct in6_addr dns1 = { { { DNS1_BYTES } } };
66 static const struct in6_addr dns2 = { { { DNS2_BYTES } } };
67 static const struct in6_addr sntp1 = { { { SNTP1_BYTES } } };
68 static const struct in6_addr sntp2 = { { { SNTP2_BYTES } } };
69 static const struct in6_addr ntp1 = { { { NTP1_BYTES } } };
70 static const struct in6_addr ntp2 = { { { NTP2_BYTES } } };
757 const struct in6_addr *addrs; in test_lease_common()
794 struct in6_addr addr; in test_lease_managed()
919 int dhcp6_network_send_udp_socket(int s, struct in6_addr *a, const void *packet, size_t len) { in dhcp6_network_send_udp_socket()
957 int dhcp6_network_bind_udp_socket(int ifindex, struct in6_addr *a) { in dhcp6_network_bind_udp_socket()