Searched refs:IN_CLASSA (Results 1 - 11 of 11) sorted by relevance

/external/tcpdump/
H A Dprint-egp.c149 if (IN_CLASSA(addr)) {
201 } else if (!IN_CLASSA(addr)) {
/external/kernel-headers/original/linux/
H A Din.h195 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) macro
/external/dhcpcd/
H A Dshowlease.c296 if (IN_CLASSA(dst))
H A Dnet.c119 if (IN_CLASSA(dst))
H A Ddhcp.c685 if (IN_CLASSA(p))
/external/libpcap/
H A Dinet.c651 if (IN_CLASSA(*netp))
H A Dpcap-dos.c489 if (IN_CLASSA(*netmask))
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h282 #define IN_CLASSA(i) (((long)(i) & 0x80000000) == 0) macro
/external/ppp/pppd/
H A Dauth.c2117 if (IN_CLASSA(ah))
H A Dsys-linux.c1882 if (IN_CLASSA(addr)) /* determine network mask for address class */
H A Dsys-solaris.c2400 if (IN_CLASSA(addr)) /* determine network mask for address class */

Completed in 402 milliseconds