/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 48 def IN_CLASSD(i): return (((long)(i) & 0xf0000000) == 0xe0000000) function 53 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/tcpdump/ |
D | print-igmp.c | 34 #ifndef IN_CLASSD 35 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro 120 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr))) in print_mtrace() 142 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr))) in print_mresp()
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 106 def IN_CLASSD(i): return (((long)(i) & 0xf0000000) == 0xe0000000) function 108 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 84 def IN_CLASSD(i): return (((long)(i) & 0xf0000000) == 0xe0000000) function 89 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 131 def IN_CLASSD(i): return (((long)(i) & 0xf0000000) == 0xe0000000) function 133 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/iproute2/include/uapi/linux/ |
D | in.h | 267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro 268 #define IN_MULTICAST(a) IN_CLASSD(a)
|
/external/libnl/include/linux-private/linux/ |
D | in.h | 267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro 268 #define IN_MULTICAST(a) IN_CLASSD(a)
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 272 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro 273 #define IN_MULTICAST(a) IN_CLASSD(a)
|
/external/python/cpython2/Lib/plat-freebsd5/ |
D | IN.py | 130 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) function 135 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 130 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) function 135 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 132 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) function 137 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-netbsd1/ |
D | IN.py | 27 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 202 def IN_CLASSD(i): return (((__int32_t)(i) & 0xf0000000) == 0xe0000000) function 207 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 290 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) function 295 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 284 def IN_CLASSD(i): return (((u_int32_t)(i) & (-268435456)) == (-536870912)) function 289 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 211 def IN_CLASSD(a): return ((((in_addr_t)(a)) & (-268435456)) == (-536870912)) function 213 def IN_MULTICAST(a): return IN_CLASSD(a)
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 284 def IN_CLASSD(i): return (((u_int32_t)(i) & (-268435456)) == (-536870912)) function 289 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 21 def IN_CLASSD(i): return (((long)(i) & 0xf0000000) == 0xe0000000) function 26 def IN_MULTICAST(i): return IN_CLASSD(i)
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 816 def IN_CLASSD(a): return ((( (a)) & 0xf0000000) == 0xe0000000) function 818 def IN_MULTICAST(a): return IN_CLASSD(a)
|
/external/iputils/ |
D | rdisc.c | 229 return IN_CLASSD(ntohl(sin->sin_addr.s_addr)); in ismulticast() 879 if (IN_CLASSD(ntohl(ip->daddr))) in pr_pack()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1310 def IN_MULTICAST(i): return IN_CLASSD(i)
|