config.c | 27 u_int32_t addr, mask, subnet; local in function:config_vifs_from_kernel 52 * valid subnet number, or whose address is of the form {subnet,0} 53 * or {subnet,-1}. 56 subnet = addr & mask; 57 if (!inet_valid_subnet(subnet, mask) || 58 addr == subnet || 59 addr == (subnet | ~mask)) { 68 * Ignore any interface that is connected to the same subnet as 73 (v->uv_subnet & mask) == subnet) { [all...] |