Home
last modified time | relevance | path

Searched refs:nwif (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c5751 add_nwif(struct zone_nwiftab *nwif) in add_nwif() argument
5756 if (strcmp(tmp->xif_name, nwif->zone_nwif_physical) == 0) { in add_nwif()
5757 if (strlen(nwif->zone_nwif_allowed_address) > 0) in add_nwif()
5759 if (strlen(nwif->zone_nwif_defrouter) > 0) in add_nwif()
5768 nwif->zone_nwif_physical); in add_nwif()
5771 strlcpy(tmp->xif_name, nwif->zone_nwif_physical, in add_nwif()
5773 tmp->xif_has_defrouter = (strlen(nwif->zone_nwif_defrouter) > 0); in add_nwif()
5774 tmp->xif_has_address = (strlen(nwif->zone_nwif_allowed_address) > 0); in add_nwif()
6242 net_exists_error(struct zone_nwiftab nwif) in net_exists_error() argument
6244 if (strlen(nwif.zone_nwif_address) > 0) { in net_exists_error()
[all …]