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

/freebsd-11.0-release/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.0-release/contrib/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)))
/freebsd-11.0-release/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.0-release/contrib/ntp/ntpd/
H A Dntp_restrict.c433 if (IN_CLASSD(SRCADR(srcadr)))
/freebsd-11.0-release/usr.sbin/mountd/
H A Dmountd.c2791 else if (IN_CLASSD(addr))
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c2130 else if (IN_CLASSD(sinp->sin_addr.s_addr))
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c1755 if (IN_CLASSD(ntohl(fi->fi_daddr)))

Completed in 105 milliseconds