Searched refs:host_address (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c339 unsigned long host_address; local
343 if (dot_quad_addr(rbl_hostaddr, &host_address) != 0) {
347 host_address = ntohl(host_address);
354 (unsigned int) ((host_address) & 0xff),
355 (unsigned int) ((host_address >> 8) & 0xff),
356 (unsigned int) ((host_address >> 16) & 0xff),
357 (unsigned int) ((host_address >> 24) & 0xff),
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dinet.c74 struct iaddr ip_addr (subnet, mask, host_address)
77 u_int32_t host_address;
90 swaddr = htonl (host_address);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/
H A Dconfigure3700 host_address=64
3702 host_address=32
3705 eval `${CC-cc} -E conftest.c | grep host_address=`

Completed in 118 milliseconds