Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/libntp/
H A Dnetof.c39 if (IN_CLASSC(netnum)) in netof()
/netbsd/usr.sbin/bootp/common/
H A Dlookup.c104 if (IN_CLASSC(a)) in lookup_netmask()
/netbsd/usr.sbin/mountd/
H A Dget_net.c204 else if (IN_CLASSC(sinp->sin_addr.s_addr)) in get_net()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmynetworks.c165 } else if (IN_CLASSC(addr)) { in mynetworks_core()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-egp.c154 } else if (IN_CLASSC(addr)) { in egpnrprint()
/netbsd/sys/netinet/
H A Din.h194 #define IN_CLASSC(i) (((uint32_t)(i) & __IPADDR(0xe0000000)) == \ macro
/netbsd/usr.bin/rump_dhcpclient/
H A Dnet.c122 if (IN_CLASSC(dst)) in get_netmask()
H A Ddhcp.c397 if (IN_CLASSC(p)) in route_netmask()
/netbsd/usr.sbin/rarpd/
H A Drarpd.c852 if (IN_CLASSC(addr))
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-dos.c540 else if (IN_CLASSC(*netmask)) in pcap_lookupnet()
H A Dpcap.c1505 else if (IN_CLASSC(*netp))
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dipv4.c116 if (IN_CLASSC(dst)) in ipv4_getnetmask()
H A Ddhcp.c543 if (IN_CLASSC(p)) in route_netmask()
/netbsd/sbin/routed/
H A Dif.c387 return (IN_CLASSB(addr) || IN_CLASSC(addr)); in check_dst()
/netbsd/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c2027 (IN_CLASSC(np1->n_net) ? in main()
/netbsd/external/bsd/ppp/dist/pppd/
H A Dauth.c1984 else if (IN_CLASSC(ah)) in set_allowed_addrs()