Searched defs:in6addr_any (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | ipv6.c | 17 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; variable in typeref:struct:in6_addr
|
/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | net.h | 41 * IN6ADDR_V4MAPPED_INIT, in6addr_any, and in6addr_loopback are available. 130 (memcmp((x)->s6_addr, in6addr_any.s6_addr, 10) == 0 && \ 137 (memcmp((x)->s6_addr, in6addr_any.s6_addr, 12) == 0 && \ 226 * Cope with a missing in6addr_any and in6addr_loopback. 228 #define in6addr_any isc_net_in6addrany macro
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | net.h | 46 * It ensures that INADDR_ANY, IN6ADDR_ANY_INIT, in6addr_any, and 116 #define in6addr_any isc_in6addr_any macro
|
/bind-9.11.3/lib/lwres/ |
H A D | getipnode.c | 135 LIBLWRES_EXTERNAL_DATA const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; variable in typeref:struct:in6_addr 421 if (memcmp(src, &in6addr_any, IN6ADDRSZ) == 0) { 634 if (memcmp(&in6, &in6addr_any, 801 if (memcmp(&in6, &in6addr_any,
|
Completed in 26 milliseconds