Home
last modified time | relevance | path

Searched refs:IN_CLASSC (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dnetof.c
/freebsd/libexec/bootpd/
H A Dlookup.c98 if (IN_CLASSC(a)) in lookup_netmask()
/freebsd/contrib/tcpdump/
H A Dprint-egp.c149 } else if (IN_CLASSC(addr)) { in egpnr_print()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c80 else if (IN_CLASSC(ntohl(upd->addr.s_addr))) in create()
/freebsd/sys/netinet/
H A Din.h363 #define IN_CLASSC(i) (((in_addr_t)(i) & 0xe0000000) == 0xc0000000) macro
/freebsd/usr.sbin/rarpd/
H A Drarpd.c891 if (IN_CLASSC(addr)) in ipaddrtonetmask()
/freebsd/contrib/libpcap/
H A Dpcap-dos.c554 else if (IN_CLASSC(*netmask)) in pcap_lookupnet()
H A Dpcap.c1701 else if (IN_CLASSC(*netp))
/freebsd/sbin/routed/
H A Dif.c369 return (IN_CLASSB(addr) || IN_CLASSC(addr)); in check_dst()
/freebsd/usr.sbin/mountd/
H A Dmountd.c3537 else if (IN_CLASSC(addr)) in get_net()