Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c2018 nwiftab.zone_nwif_allowed_address); in export_func()
2791 (void) strlcpy(nwiftab->zone_nwif_allowed_address, in fill_in_nwiftab()
2793 sizeof (nwiftab->zone_nwif_allowed_address)); in fill_in_nwiftab()
4271 sizeof (in_progress_nwiftab.zone_nwif_allowed_address)); in set_in_progress_nwiftab_address()
5226 nwiftab->zone_nwif_allowed_address, B_TRUE); in output_net()
5972 if (strlen(nwif->zone_nwif_allowed_address) > 0) in add_nwif()
6237 if (strlen(nwiftab.zone_nwif_allowed_address) > 0) { in verify_func()
6568 nwif.zone_nwif_allowed_address); in net_exists_error()
6700 (void) strlcpy(tmp_nwiftab.zone_nwif_allowed_address, in end_func()
6701 in_progress_nwiftab.zone_nwif_allowed_address, in end_func()
[all …]
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h196 char zone_nwif_allowed_address[INET6_ADDRSTRLEN]; /* excl-ip only */ member
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2118 allowed_addrspec = strlen(tabptr->zone_nwif_allowed_address); in zonecfg_lookup_nwif()
2158 !zonecfg_same_net_address(tabptr->zone_nwif_allowed_address, in zonecfg_lookup_nwif()
2192 tabptr->zone_nwif_allowed_address, in zonecfg_lookup_nwif()
2193 sizeof (tabptr->zone_nwif_allowed_address))) != Z_OK) in zonecfg_lookup_nwif()
2215 if (strlen(tabptr->zone_nwif_allowed_address) > 0 && in zonecfg_add_nwif_core()
2217 tabptr->zone_nwif_allowed_address)) != Z_OK) in zonecfg_add_nwif_core()
2263 tabptr->zone_nwif_allowed_address); in zonecfg_delete_nwif_core()
4901 tabptr->zone_nwif_allowed_address, in zonecfg_getnwifent()
4902 sizeof (tabptr->zone_nwif_allowed_address))) != Z_OK) { in zonecfg_getnwifent()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2652 address = ptr->za_nwiftab.zone_nwif_allowed_address; in add_net_for_linkid()