Lines Matching defs:net
45 #include <net/if.h>
224 * address of "best" router that is on same net as client.
301 in_addr_t addr, mask, net;
307 net = addr & mask;
311 net == (client_addr.s_addr & mask)) {
329 msgout("get_ip_route: no interface on same net "
338 * interface on the same net as the client.
481 in_addr_t addr, mask, net;
487 net = addr & mask;
491 (client_addr.s_addr & mask) == net) {
492 client_net = net;