Home
last modified time | relevance | path

Searched refs:IN_CLASSB (Results 1 – 22 of 22) sorted by relevance

/dragonfly/lib/libc/inet/
H A Dinet_lnaof.c54 else if (IN_CLASSB(i)) in inet_lnaof()
H A Dinet_netof.c53 else if (IN_CLASSB(i)) in inet_netof()
/dragonfly/contrib/tcpdump/
H A Dprint-egp.c148 } else if (IN_CLASSB(addr)) { in egpnr_print()
214 if (IN_CLASSB(addr)) { in egpnr_print()
/dragonfly/libexec/bootpd/
H A Dlookup.c101 if (IN_CLASSB(a)) in lookup_netmask()
/dragonfly/stand/lib/
H A Drarp.c120 else if (IN_CLASSB(myip.s_addr)) in rarp_getipaddress()
H A Dbootp.c201 else if (IN_CLASSB(ntohl(myip.s_addr))) in bootp()
/dragonfly/sys/netinet/
H A Din.h296 #define IN_CLASSB(i) (((uint32_t)(i) & 0xc0000000) == 0x80000000) macro
H A Din.c1025 else if (IN_CLASSB(i)) in in_ifinit()
/dragonfly/sbin/routed/
H A Dif.c281 if (IN_CLASSB(addr)) in std_mask()
373 return (IN_CLASSB(addr) || IN_CLASSC(addr)); in check_dst()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c759 if (IN_CLASSB(addr)) in std_mask()
/dragonfly/sbin/route/
H A Droute.c463 } else if (IN_CLASSB(i)) { in netname()
904 else if (IN_CLASSB(addr)) in inet_makenetandmask()
/dragonfly/lib/libc/resolv/
H A Dres_init.c648 else if (IN_CLASSB(i)) in net_mask()
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c838 if (IN_CLASSB(addr)) in ipaddrtonetmask()
/dragonfly/contrib/dhcpcd/src/
H A Dipv4.c114 if (IN_CLASSB(dst)) in ipv4_getnetmask()
H A Ddhcp.c540 if (IN_CLASSB(p)) in route_netmask()
/dragonfly/usr.bin/netstat/
H A Droute.c869 else if (IN_CLASSB(a)) in forgemask()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c1506 else if (IN_CLASSB(ntohl(ifctx->myaddr.sin_addr.s_addr))) in bootpc_decode_reply()
/dragonfly/usr.sbin/ppp/
H A Dipcp.c1407 IN_CLASSB(haddr) ? IN_CLASSB_NET : in addr2mask()
/dragonfly/sbin/mountd/
H A Dmountd.c2200 else if (IN_CLASSB(addr)) in get_net()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c2261 else if (IN_CLASSB(ntohl(addrp->s_addr))) in allowaddr()
/dragonfly/contrib/libpcap/
H A Dpcap.c1653 else if (IN_CLASSB(*netp))
/dragonfly/sbin/ipfw/
H A Dipfw2.c3709 else if (IN_CLASSB(addr)) in inet_makenetandmask()