/external/tcpdump/ |
D | 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) in IN6_IS_ADDR_UNSPECIFIED() function 128 && IN6_IS_ADDR_UNSPECIFIED(&rp->rip6_nets->rip6_dest)) { in ripng_print()
|
/external/iproute2/ip/ |
D | iplink_vxlan.c | 101 if (daddr || !IN6_IS_ADDR_UNSPECIFIED(&daddr6)) { in vxlan_parse_opt() 115 if (gaddr || !IN6_IS_ADDR_UNSPECIFIED(&gaddr6)) { in vxlan_parse_opt() 146 else if (!IN6_IS_ADDR_UNSPECIFIED(&saddr6)) in vxlan_parse_opt() 353 if ((gaddr || !IN6_IS_ADDR_UNSPECIFIED(&gaddr6)) && in vxlan_parse_opt() 375 else if (!IN6_IS_ADDR_UNSPECIFIED(&gaddr6)) in vxlan_parse_opt() 377 else if (!IN6_IS_ADDR_UNSPECIFIED(&daddr6)) in vxlan_parse_opt() 430 if (!IN6_IS_ADDR_UNSPECIFIED(&addr)) { in vxlan_print_opt() 460 if (!IN6_IS_ADDR_UNSPECIFIED(&addr)) in vxlan_print_opt()
|
D | iplink_geneve.c | 194 if (!set_op && !daddr && IN6_IS_ADDR_UNSPECIFIED(&daddr6)) { in geneve_parse_opt() 203 if (!IN6_IS_ADDR_UNSPECIFIED(&daddr6)) { in geneve_parse_opt() 254 if (!IN6_IS_ADDR_UNSPECIFIED(&addr)) { in geneve_print_opt()
|
D | ip6tunnel.c | 318 (IN6_IS_ADDR_UNSPECIFIED(&p1->laddr) || in ip6_tnl_parm_match() 320 (IN6_IS_ADDR_UNSPECIFIED(&p1->raddr) || in ip6_tnl_parm_match()
|
/external/iptables/iptables/ |
D | nft-ipv6.c | 51 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src)) { in nft_ipv6_add() 57 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst)) { in nft_ipv6_add() 199 if (IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src) in print_ipv6_addr() 215 if (IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst) in print_ipv6_addr() 261 if (!invert && IN6_IS_ADDR_UNSPECIFIED(addr)) in save_ipv6_addr() 395 if (!invert && IN6_IS_ADDR_UNSPECIFIED(addr)) in xlate_ipv6_addr()
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 245 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-freebsd5/ |
D | IN.py | 245 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 237 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/iputils/ninfod/ |
D | ninfod_name.c | 307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) { in init_nodeinfo_nodename()
|
D | ninfod_addrs.c | 138 if (IN6_IS_ADDR_UNSPECIFIED(ifaddr) || in filter_ipv6addr()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 322 def IN6_IS_ADDR_UNSPECIFIED(p): return IS_ANYADDR6(*p) function
|
/external/android-clat/ |
D | config.c | 371 if (!IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_host_id)) { in read_config()
|
D | clatd_test.cpp | 1046 ASSERT_TRUE(IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_local_subnet)); in TEST_F() 1065 ASSERT_TRUE(IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_local_subnet)); in TEST_F()
|
/external/iputils/ |
D | ping6.c | 877 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) { in main() 939 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) { in main() 955 if (IN6_IS_ADDR_UNSPECIFIED(&source.sin6_addr)) { in main()
|
D | RELNOTES | 83 ping6: Use IN6_IS_ADDR_UNSPECIFIED() instead of our own helper function.
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 396 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 413 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 595 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 413 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/libcups/cups/ |
D | http-addr.c | 45 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) in httpAddrAny()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 71 def IN6_IS_ADDR_UNSPECIFIED(a): return IN6_ADDR_EQUAL_L(a, 0, 0, 0, 0) function
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 924 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1315 def IN6_IS_ADDR_UNSPECIFIED(addr): return \ function
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 1600 if (IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)p->addr)->sin6_addr)) in isakmp_open()
|