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

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h250 # define IN_CLASSD(i) ((((long)(i))&0xf0000000)==0xe0000000) macro
251 # define IN_MULTICAST IN_CLASSD
H A Dntp_net.h104 ? IN_CLASSD(SRCADR(psau)) \
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-igmp.c34 #ifndef IN_CLASSD
35 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
120 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr)))
142 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr)))
/freebsd-11-stable/sys/netinet/
H A Din.h364 #define IN_CLASSD(i) (((in_addr_t)(i) & 0xf0000000) == 0xe0000000) macro
368 #define IN_MULTICAST(i) IN_CLASSD(i)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c524 if (IN_CLASSD(SRCADR(srcadr))) {
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c800 if (IN_CLASSD(be32toh(ip4h->ip_dst.s_addr))) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c3336 else if (IN_CLASSD(addr))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1718 if (IN_CLASSD(ntohl(fi->fi_daddr)))

Completed in 109 milliseconds