HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_UNSPECIFIED (Results 1 - 25 of 39) sorted by null

1 2

  /external/tcpdump/
print-ripng.c 88 #if !defined(IN6_IS_ADDR_UNSPECIFIED) && !defined(_MSC_VER) /* MSVC inline */
89 static int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *addr)
128 && IN6_IS_ADDR_UNSPECIFIED(&rp->rip6_nets->rip6_dest)) {
  /bionic/tests/headers/posix/
netinet_in_h.c 98 #if !defined(IN6_IS_ADDR_UNSPECIFIED)
99 #error IN6_IS_ADDR_UNSPECIFIED
  /external/iproute2/ip/
iplink_vxlan.c 101 if (daddr || !IN6_IS_ADDR_UNSPECIFIED(&daddr6)) {
115 if (gaddr || !IN6_IS_ADDR_UNSPECIFIED(&gaddr6)) {
146 else if (!IN6_IS_ADDR_UNSPECIFIED(&saddr6))
353 if ((gaddr || !IN6_IS_ADDR_UNSPECIFIED(&gaddr6)) &&
375 else if (!IN6_IS_ADDR_UNSPECIFIED(&gaddr6))
377 else if (!IN6_IS_ADDR_UNSPECIFIED(&daddr6))
430 if (!IN6_IS_ADDR_UNSPECIFIED(&addr)) {
460 if (!IN6_IS_ADDR_UNSPECIFIED(&addr))
iplink_geneve.c 194 if (!set_op && !daddr && IN6_IS_ADDR_UNSPECIFIED(&daddr6)) {
203 if (!IN6_IS_ADDR_UNSPECIFIED(&daddr6)) {
254 if (!IN6_IS_ADDR_UNSPECIFIED(&addr)) {
ip6tunnel.c 318 (IN6_IS_ADDR_UNSPECIFIED(&p1->laddr) ||
320 (IN6_IS_ADDR_UNSPECIFIED(&p1->raddr) ||
  /bionic/libc/include/netinet/
in6.h 36 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /external/iptables/iptables/
nft-ipv6.c 51 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src)) {
57 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst)) {
199 if (IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src)
215 if (IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst)
261 if (!invert && IN6_IS_ADDR_UNSPECIFIED(addr))
395 if (!invert && IN6_IS_ADDR_UNSPECIFIED(addr))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 86 int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *);
105 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)); }
117 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) ||
  /external/python/cpython2/Lib/plat-darwin/
IN.py 237 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 245 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 245 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 174 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6.sin6_addr)) {
  /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 368 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/python/cpython2/Lib/plat-irix6/
IN.py 322 def IN6_IS_ADDR_UNSPECIFIED(p): return IS_ANYADDR6(*p)
  /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...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 255 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /external/libcups/cups/
http-addr.c 45 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr)))
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 396 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 413 def IN6_IS_ADDR_UNSPECIFIED(a): return \

Completed in 744 milliseconds

1 2