Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/
H A Dlookup.c104 if (IN_CLASSC(a)) in lookup_netmask()
/dragonfly/sys/netinet/
H A Din.h302 #define IN_CLASSC(i) (((uint32_t)(i) & 0xe0000000) == 0xc0000000) macro
/dragonfly/contrib/tcpdump/
H A Dprint-egp.c151 } else if (IN_CLASSC(addr)) { in egpnr_print()
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c840 if (IN_CLASSC(addr)) in ipaddrtonetmask()
/dragonfly/contrib/dhcpcd/src/
H A Dipv4.c116 if (IN_CLASSC(dst)) in ipv4_getnetmask()
H A Ddhcp.c543 if (IN_CLASSC(p)) in route_netmask()
/dragonfly/sbin/routed/
H A Dif.c373 return (IN_CLASSB(addr) || IN_CLASSC(addr)); in check_dst()
/dragonfly/sbin/route/
H A Droute.c906 else if (IN_CLASSC(addr)) in inet_makenetandmask()
/dragonfly/sbin/mountd/
H A Dmountd.c2202 else if (IN_CLASSC(addr)) in get_net()
/dragonfly/contrib/libpcap/
H A Dpcap.c1655 else if (IN_CLASSC(*netp))
/dragonfly/sbin/ipfw/
H A Dipfw2.c3711 else if (IN_CLASSC(addr)) in inet_makenetandmask()