HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_UNSPECIFIED (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/netinet/
in6.h 33 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/
in6.h 33 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /bionic/libc/include/netinet/
in6.h 34 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 81 int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *);
101 WS2TCPIP_INLINE int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *a) { return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) && (a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) && (a->s6_words[6]==0) && (a->s6_words[7]==0)); }
113 WS2TCPIP_INLINE int IN6ADDR_ISANY(const struct sockaddr_in6 *a) { return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_UNSPECIFIED(&a->sin6_addr)); }
  /external/iputils/ninfod/
ninfod_name.c 307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) {
ninfod_addrs.c 138 if (IN6_IS_ADDR_UNSPECIFIED(ifaddr) ||
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 158 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6.sin6_addr)) {
libcore_io_Posix.cpp 89 IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)); // We map 0.0.0.0 to ::, so :: is mapped.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 237 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 237 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 400 # define IN6_IS_ADDR_UNSPECIFIED(a) \
450 # define IN6_IS_ADDR_UNSPECIFIED(a) \
  /external/android-clat/
config.c 365 if (!IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_host_id)) {
clatd.c 251 if (IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_local_subnet)) {
  /external/iputils/
ping6.c 877 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) {
939 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) {
955 if (IN6_IS_ADDR_UNSPECIFIED(&source.sin6_addr)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 399 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 595 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 595 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /external/dhcpcd-6.8.2/
ipv6.c 802 !IN6_IS_ADDR_UNSPECIFIED(&ap->addr))
    [all...]
if-bsd.c 980 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) {
997 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) {
    [all...]
if-linux.c     [all...]
dhcp6.c 1035 if (IN6_IS_ADDR_UNSPECIFIED(&state->unicast) ||
1332 !IN6_IS_ADDR_UNSPECIFIED(&ia->addr)))
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 262 (IN6_IS_ADDR_UNSPECIFIED(&srv6->sin6_addr) ||
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]

Completed in 4037 milliseconds

1 23