Home
last modified time | relevance | path

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

12

/external/iproute2/ip/
Diplink_vxlan.c94 if (!IN6_IS_ADDR_MULTICAST(&gaddr6) && !IN_MULTICAST(ntohl(gaddr))) in vxlan_parse_opt()
102 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr))) in vxlan_parse_opt()
113 if (IN_MULTICAST(ntohl(saddr)) || IN6_IS_ADDR_MULTICAST(&saddr6)) in vxlan_parse_opt()
328 if (IN_MULTICAST(ntohl(addr))) in vxlan_print_opt()
Dlink_gre.c305 if (!ikey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
309 if (!okey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
313 if (IN_MULTICAST(ntohl(daddr)) && !saddr) { in gre_parse_opt()
Diptunnel.c230 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args()
234 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args()
238 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) { in parse_args()
Diplink_geneve.c58 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/syslinux/gpxe/src/include/gpxe/
Din.h28 #define IN_MULTICAST(addr) ( ( (addr) & 0xf0000000 ) == 0xe0000000 ) macro
/external/python/cpython2/Lib/plat-os2emx/
DIN.py53 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dinet.h83 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
/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/linux/
Din.h266 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/kernel-headers/original/uapi/linux/
Din.h267 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/syslinux/gpxe/src/net/
Dipv4.c279 } else if ( IN_MULTICAST ( ntohl ( dest.s_addr ) ) ) { in ipv4_ll_addr()
330 ( ! IN_MULTICAST ( ntohl ( next_hop.s_addr ) ) ) && in ipv4_tx()
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py135 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-freebsd4/
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()
/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-freebsd8/
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-freebsd7/
DIN.py289 def IN_MULTICAST(i): return IN_CLASSD(i) function

12