Home
last modified time | relevance | path

Searched refs:IN6_IS_ADDR_UNSPECIFIED (Results 1 – 24 of 24) sorted by relevance

/external/tcpdump/
Dprint-ripng.c88 #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/
Diplink_vxlan.c101 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()
Diplink_geneve.c194 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()
Dip6tunnel.c318 (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/
Dnft-ipv6.c51 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/
DIN.py245 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py245 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-darwin/
DIN.py237 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/iputils/ninfod/
Dninfod_name.c307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) { in init_nodeinfo_nodename()
Dninfod_addrs.c138 if (IN6_IS_ADDR_UNSPECIFIED(ifaddr) || in filter_ipv6addr()
/external/python/cpython2/Lib/plat-irix6/
DIN.py322 def IN6_IS_ADDR_UNSPECIFIED(p): return IS_ANYADDR6(*p) function
/external/android-clat/
Dconfig.c371 if (!IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_host_id)) { in read_config()
Dclatd_test.cpp1046 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/
Dping6.c877 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()
DRELNOTES83 ping6: Use IN6_IS_ADDR_UNSPECIFIED() instead of our own helper function.
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py396 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py413 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-linux2/
DIN.py595 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py413 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/libcups/cups/
Dhttp-addr.c45 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) in httpAddrAny()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py71 def IN6_IS_ADDR_UNSPECIFIED(a): return IN6_ADDR_EQUAL_L(a, 0, 0, 0, 0) function
/external/python/cpython2/Lib/plat-atheos/
DIN.py924 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1315 def IN6_IS_ADDR_UNSPECIFIED(addr): return \ function
/external/ipsec-tools/src/racoon/
Disakmp.c1600 if (IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)p->addr)->sin6_addr)) in isakmp_open()