Searched refs:in6addr_any (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dipv6.c17 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; variable in typeref:struct:in6_addr
H A Difiter_ioctl.c480 if (memcmp(&iter->current.address.type.in6, &in6addr_any,
481 sizeof(in6addr_any)) == 0)
663 if (memcmp(&iter->current.address.type.in6, &in6addr_any,
664 sizeof(in6addr_any)) == 0)
/bind-9.11.3/lib/isc/include/isc/
H A Dipv6.h69 LIBISC_EXTERNAL_DATA extern const struct in6_addr in6addr_any;
/bind-9.11.3/lib/lwres/include/lwres/
H A Dipv6.h52 LIBLWRES_EXTERNAL_DATA extern const struct in6_addr in6addr_any;
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dnet.h41 * 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 Dnet.h46 * 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 Dgetipnode.c135 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,
/bind-9.11.3/lib/isc/
H A Dnetaddr.c363 netaddr->type.in6 = in6addr_any;
H A Dsockaddr.c261 sockaddr->type.sin6.sin6_addr = in6addr_any;
/bind-9.11.3/bin/tests/
H A Dsock_test.c329 in6a = in6addr_any;
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c858 in6a = in6addr_any;
/bind-9.11.3/
H A Dconfigure18399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for in6addr_any" >&5
18400 $as_echo_n "checking for in6addr_any... " >&6; }
18414 struct in6_addr in6; in6 = in6addr_any; return (in6.s6_addr[0]);

Completed in 862 milliseconds