Lines Matching defs:subnet
1618 struct subnet *subnet;
1628 log_fatal ("No memory for shared subnet: %s",
1637 /* If there's a registered subnet for this address,
1639 subnet = (struct subnet *)0;
1640 if (find_subnet (&subnet, *ia, MDL)) {
1642 subnet, ignore all but the first we encounter. */
1643 if (!subnet -> interface) {
1644 interface_reference (&subnet -> interface, ip, MDL);
1645 subnet -> interface_address = *ia;
1646 } else if (subnet -> interface != ip) {
1648 "same subnet",
1649 subnet -> interface -> name, ip -> name);
1651 share = subnet -> shared_network;
1669 subnet_dereference (&subnet, MDL);