Lines Matching defs:nwif
5751 add_nwif(struct zone_nwiftab *nwif)
5756 if (strcmp(tmp->xif_name, nwif->zone_nwif_physical) == 0) {
5757 if (strlen(nwif->zone_nwif_allowed_address) > 0)
5759 if (strlen(nwif->zone_nwif_defrouter) > 0)
5768 nwif->zone_nwif_physical);
5771 strlcpy(tmp->xif_name, nwif->zone_nwif_physical,
5773 tmp->xif_has_defrouter = (strlen(nwif->zone_nwif_defrouter) > 0);
5774 tmp->xif_has_address = (strlen(nwif->zone_nwif_allowed_address) > 0);
6242 net_exists_error(struct zone_nwiftab nwif)
6244 if (strlen(nwif.zone_nwif_address) > 0) {
6249 nwif.zone_nwif_physical,
6257 nwif.zone_nwif_physical,
6259 nwif.zone_nwif_allowed_address);