Home | History | Annotate | Download | only in common

Lines Matching defs:subnet

573    subnet it's on, and add it to the list of interfaces. */
589 struct subnet *subnet;
812 /* We must have a subnet declaration for each interface. */
816 log_error("No subnet declaration for %s (%s).",
844 "a subnet declaration");
858 "subnet declaration for this");
859 log_error ("subnet. You cannot prevent %s",
861 log_error ("from listening on this subnet %s",
870 for (subnet = (tmp -> shared_network
872 : (struct subnet *)0);
873 subnet; subnet = subnet -> next_sibling) {
874 /* Set the interface address for this subnet
876 if (subnet->interface_address.len == 0) {
878 subnet->interface_address.len = 4;
879 memcpy(subnet->interface_address.iabuf,
882 subnet->interface_address.len = 16;
883 memcpy(subnet->interface_address.iabuf,