Home
last modified time | relevance | path

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

12

/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.c50 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src) || in nft_ipv6_add()
51 !IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.smsk) || in nft_ipv6_add()
59 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst) || in nft_ipv6_add()
60 !IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dmsk) || in nft_ipv6_add()
342 if (!invert && IN6_IS_ADDR_UNSPECIFIED(addr)) in xlate_ipv6_addr()
Dxshared.c591 if (IN6_IS_ADDR_UNSPECIFIED(addr) && !(format & FMT_NUMERIC)) in ipv6_addr_to_string()
/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c456 IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)ifa->ifa_addr)->sin6_addr)) {
530 if (IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)ifa->ifa_addr)->sin6_addr)) {
604 if (IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)ifa->ifa_addr)->sin6_addr)) {
709 if (IN6_IS_ADDR_UNSPECIFIED(&((struct sockaddr_in6 *)ifa->ifa_addr)->sin6_addr)) {
Dsctp_asconf.c239 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) in sctp_process_asconf_add_ip()
397 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) in sctp_process_asconf_delete_ip()
535 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) in sctp_process_asconf_set_primary()
1995 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) { in sctp_addr_mgmt_assoc()
2183 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) { in sctp_asconf_iterator_stcb()
2541 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) { in sctp_find_valid_localaddr()
Dsctp_usrreq.c1687 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
3057 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
4009 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
4133 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
6197 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
7347 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
7528 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
/external/python/cpython2/Lib/plat-darwin/
DIN.py237 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/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/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/python/cpython2/Lib/plat-freebsd6/
DIN.py396 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/iputils/
Dping6.c882 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) { in main()
944 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) { in main()
960 if (IN6_IS_ADDR_UNSPECIFIED(&source.sin6_addr)) { in main()
/external/python/cpython2/Lib/plat-freebsd8/
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-freebsd7/
DIN.py413 def IN6_IS_ADDR_UNSPECIFIED(a): return \ function
/external/libcups/cups/
Dhttp-addr.c43 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/android-clat/
Dclatd_test.cpp898 ASSERT_TRUE(IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_local_subnet)); in TEST_F()

12