Searched refs:IN_CLASSD (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
H A Dinet.h77 #define IN_CLASSD(d) IP_CLASSD(d) macro
/external/tcpdump/
H A Dprint-igmp.c33 #ifndef IN_CLASSD
34 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
119 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr)))
141 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr)))
/external/iproute2/include/linux/
H A Din.h265 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
266 #define IN_MULTICAST(a) IN_CLASSD(a)
/external/kernel-headers/original/uapi/linux/
H A Din.h266 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
267 #define IN_MULTICAST(a) IN_CLASSD(a)
/external/libpcap/Win32/Include/
H A Dip6_misc.h31 #define IN_MULTICAST(a) IN_CLASSD(a)
/external/iputils/
H A Drdisc.c229 return IN_CLASSD(ntohl(sin->sin_addr.s_addr));
879 if (IN_CLASSD(ntohl(ip->daddr)))

Completed in 94 milliseconds