Home
last modified time | relevance | path

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

/openbsd/lib/libc/net/
H A Dinet_netof.c46 return (((i)&IN_CLASSB_NET) >> IN_CLASSB_NSHIFT); in inet_netof()
/openbsd/sys/lib/libsa/
H A Drarp.c121 netmask = IN_CLASSB_NET; in rarp_getipaddress()
H A Dbootp.c189 nmask = IN_CLASSB_NET; in bootprecv()
/openbsd/lib/libpcap/
H A Dinet.c290 *maskp = IN_CLASSB_NET; in pcap_lookupnet()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dpxe.c444 netmask = IN_CLASSB_NET; in pxe_init()
/openbsd/sys/arch/i386/stand/libsa/
H A Dpxe.c444 netmask = IN_CLASSB_NET; in pxe_init()
/openbsd/sys/netinet/
H A Din.h199 #define IN_CLASSB_NET __IPADDR(0xffff0000) macro
H A Din.c649 ia->ia_netmask = IN_CLASSB_NET; in in_ifinit()
/openbsd/usr.sbin/rarpd/
H A Drarpd.c646 return IN_CLASSB_NET; in ipaddrtonetmask()
/openbsd/usr.sbin/pppd/
H A Dauth.c1048 mask = IN_CLASSB_NET; in ip_addr_check()
H A Dsys-bsd.c1365 nmask = IN_CLASSB_NET; in GetMask()