Home
last modified time | relevance | path

Searched defs:IN_MULTICAST (Results 1 – 21 of 21) sorted by relevance

/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/cpython2/Modules/
Dgetaddrinfo.c121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
/external/python/cpython3/Modules/
Dgetaddrinfo.c121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
/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/libnl/include/linux-private/linux/
Din.h268 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/kernel-headers/original/uapi/linux/
Din.h273 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py135 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-irix6/
DIN.py207 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/python/cpython2/Lib/plat-freebsd8/
DIN.py289 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-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
/external/python/cpython2/Lib/plat-unixware7/
DIN.py26 def IN_MULTICAST(i): return IN_CLASSD(i) function
/external/python/cpython2/Lib/plat-atheos/
DIN.py818 def IN_MULTICAST(a): return IN_CLASSD(a) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1310 def IN_MULTICAST(i): return IN_CLASSD(i) function