/netbsd-src/external/bsd/libbind/dist/inet/ |
H A D | inet_lnaof.c | 61 else if (IN_CLASSB(i))
|
H A D | inet_netof.c | 60 else if (IN_CLASSB(i))
|
/netbsd-src/lib/libc/inet/ |
H A D | inet_lnaof.c | 62 else if (IN_CLASSB(i)) in __weak_alias()
|
H A D | inet_netof.c | 61 else if (IN_CLASSB(i)) in __weak_alias()
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | lookup.c | 101 if (IN_CLASSB(a)) in lookup_netmask()
|
/netbsd-src/usr.sbin/mountd/ |
H A D | get_net.c | 202 else if (IN_CLASSB(sinp->sin_addr.s_addr)) in get_net()
|
/netbsd-src/sys/lib/libsa/ |
H A D | rarp.c | 146 else if (IN_CLASSB(myip.s_addr)) in rarp_getipaddress()
|
H A D | bootp.c | 226 else if (IN_CLASSB(myip.s_addr)) in bootp()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mynetworks.c | 162 } else if (IN_CLASSB(addr)) { in mynetworks_core()
|
/netbsd-src/sys/netinet/ |
H A D | in.h | 187 #define IN_CLASSB(i) (((uint32_t)(i) & __IPADDR(0xc0000000)) == \ macro
|
H A D | in.c | 1232 else if (IN_CLASSB(i)) in in_ifinit()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/ |
H A D | in_.d | 91 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 D | in_.d | 149 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 D | in_.d | 153 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 D | in_.d | 172 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 D | net.c | 120 if (IN_CLASSB(dst)) in get_netmask()
|
H A D | dhcp.c | 394 if (IN_CLASSB(p)) in route_netmask()
|
/netbsd-src/sbin/routed/ |
H A D | if.c | 295 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 D | res_init.c | 657 else if (IN_CLASSB(i))
|
/netbsd-src/usr.sbin/rarpd/ |
H A D | rarpd.c | 850 if (IN_CLASSB(addr))
|
/netbsd-src/sbin/routed/rtquery/ |
H A D | rtquery.c | 819 if (IN_CLASSB(addr)) in std_mask()
|
/netbsd-src/lib/libc/resolv/ |
H A D | res_init.c | 749 else if (IN_CLASSB(i)) in net_mask()
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | ipv4.c | 114 if (IN_CLASSB(dst)) in ipv4_getnetmask()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | irpmarshall.c | 2025 (IN_CLASSB(np1->n_net) ? in main()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | bootp_subr.c | 1576 else if (IN_CLASSB(ntohl(ifctx->myaddr.sin_addr.s_addr))) in bootpc_decode_reply()
|