/external/iproute2/ip/ |
D | iplink_vxlan.c | 94 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()
|
D | link_gre.c | 305 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()
|
D | iptunnel.c | 230 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()
|
D | iplink_geneve.c | 58 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr))) in geneve_parse_opt()
|
/external/python/cpython2/Lib/plat-netbsd1/ |
D | IN.py | 27 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | in.h | 28 #define IN_MULTICAST(addr) ( ( (addr) & 0xf0000000 ) == 0xe0000000 ) macro
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 53 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | inet.h | 83 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
|
/external/python/cpython2/Modules/ |
D | getaddrinfo.c | 120 #ifndef IN_MULTICAST 121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro 425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) in getaddrinfo()
|
D | getnameinfo.c | 156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 108 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 89 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 133 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/iproute2/include/linux/ |
D | in.h | 266 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 267 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/external/syslinux/gpxe/src/net/ |
D | ipv4.c | 279 } 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/ |
D | IN.py | 135 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 135 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 137 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/ltp/testcases/network/sockets/ |
D | ltpServer.c | 101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 207 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 295 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 289 def IN_MULTICAST(i): return IN_CLASSD(i) function
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 213 def IN_MULTICAST(a): return IN_CLASSD(a) function
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 289 def IN_MULTICAST(i): return IN_CLASSD(i) function
|