Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c5966 add_nwif(struct zone_nwiftab *nwif) in add_nwif() argument
5971 if (strcmp(tmp->xif_name, nwif->zone_nwif_physical) == 0) { in add_nwif()
5972 if (strlen(nwif->zone_nwif_allowed_address) > 0) in add_nwif()
5974 if (strlen(nwif->zone_nwif_defrouter) > 0) in add_nwif()
5983 nwif->zone_nwif_physical); in add_nwif()
5986 strlcpy(tmp->xif_name, nwif->zone_nwif_physical, in add_nwif()
6551 net_exists_error(struct zone_nwiftab nwif) in net_exists_error() argument
6553 if (strlen(nwif.zone_nwif_address) > 0) { in net_exists_error()
6558 nwif.zone_nwif_physical, in net_exists_error()
6566 nwif.zone_nwif_physical, in net_exists_error()
[all …]