Home
last modified time | relevance | path

Searched refs:IN_MULTICAST (Results 1 – 25 of 34) sorted by relevance

12

/external/iproute2/ip/
Diplink_vxlan.c112 if (!IN6_IS_ADDR_MULTICAST(&gaddr6) && !IN_MULTICAST(ntohl(gaddr))) in vxlan_parse_opt()
126 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr))) in vxlan_parse_opt()
141 if (IN_MULTICAST(ntohl(saddr)) || IN6_IS_ADDR_MULTICAST(&saddr6)) in vxlan_parse_opt()
415 if (IN_MULTICAST(ntohl(addr))) in vxlan_print_opt()
Dlink_gre.c347 if (!ikey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
351 if (!okey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
355 if (IN_MULTICAST(ntohl(daddr)) && !saddr) { in gre_parse_opt()
Diptunnel.c228 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args()
232 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args()
236 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) { in parse_args()
Diplink_geneve.c91 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr))) in geneve_parse_opt()
/external/python/cpython2/Lib/plat-netbsd1/
DIN.py27 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-os2emx/
DIN.py53 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython3/Modules/
Dgetaddrinfo.c120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) in getaddrinfo()
Dgetnameinfo.c156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
/external/python/cpython2/Modules/
Dgetaddrinfo.c120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) in getaddrinfo()
Dgetnameinfo.c156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
/external/python/cpython2/Lib/plat-aix3/
DIN.py108 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-irix5/
DIN.py89 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-aix4/
DIN.py133 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/iproute2/include/uapi/linux/
Din.h268 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/kernel-headers/original/uapi/linux/
Din.h268 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py135 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py135 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-darwin/
DIN.py137 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/ltp/testcases/network/sockets/
DltpServer.c101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
DltpClient.c198 if (!IN_MULTICAST(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) { in main()
/external/python/cpython2/Lib/plat-irix6/
DIN.py207 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py295 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py289 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-linux2/
DIN.py213 def IN_MULTICAST(a): return IN_CLASSD(a) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py289 def IN_MULTICAST(i): return IN_CLASSD(i) function

12