Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/libbind/dist/inet/
H A Dinet_lnaof.c61 else if (IN_CLASSB(i))
H A Dinet_netof.c60 else if (IN_CLASSB(i))
/netbsd-src/lib/libc/inet/
H A Dinet_lnaof.c62 else if (IN_CLASSB(i)) in __weak_alias()
H A Dinet_netof.c61 else if (IN_CLASSB(i)) in __weak_alias()
/netbsd-src/usr.sbin/bootp/common/
H A Dlookup.c101 if (IN_CLASSB(a)) in lookup_netmask()
/netbsd-src/usr.sbin/mountd/
H A Dget_net.c202 else if (IN_CLASSB(sinp->sin_addr.s_addr)) in get_net()
/netbsd-src/sys/lib/libsa/
H A Drarp.c146 else if (IN_CLASSB(myip.s_addr)) in rarp_getipaddress()
H A Dbootp.c226 else if (IN_CLASSB(myip.s_addr)) in bootp()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmynetworks.c162 } else if (IN_CLASSB(addr)) { in mynetworks_core()
/netbsd-src/sys/netinet/
H A Din.h187 #define IN_CLASSB(i) (((uint32_t)(i) & __IPADDR(0xc0000000)) == \ macro
H A Din.c1232 else if (IN_CLASSB(i)) in in_ifinit()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Din_.d91 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; } in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
H A Din_.d149 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; } in IN_CLASSB() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
H A Din_.d153 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; } in IN_CLASSB() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/netinet/
H A Din_.d172 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; } in IN_CLASSB() function
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dnet.c120 if (IN_CLASSB(dst)) in get_netmask()
H A Ddhcp.c394 if (IN_CLASSB(p)) in route_netmask()
/netbsd-src/sbin/routed/
H A Dif.c295 if (IN_CLASSB(addr)) in std_mask()
387 return (IN_CLASSB(addr) || IN_CLASSC(addr)); in check_dst()
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_init.c657 else if (IN_CLASSB(i))
/netbsd-src/usr.sbin/rarpd/
H A Drarpd.c850 if (IN_CLASSB(addr))
/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c819 if (IN_CLASSB(addr)) in std_mask()
/netbsd-src/lib/libc/resolv/
H A Dres_init.c749 else if (IN_CLASSB(i)) in net_mask()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv4.c114 if (IN_CLASSB(dst)) in ipv4_getnetmask()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c2025 (IN_CLASSB(np1->n_net) ? in main()
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c1576 else if (IN_CLASSB(ntohl(ifctx->myaddr.sin_addr.s_addr))) in bootpc_decode_reply()

12