Searched refs:zone_nwif_allowed_address (Results 1 – 4 of 4) sorted by relevance
2018 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()4269 (void) strlcpy(in_progress_nwiftab.zone_nwif_allowed_address, in set_in_progress_nwiftab_address()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()5989 tmp->xif_has_address = (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()[all …]
196 char zone_nwif_allowed_address[INET6_ADDRSTRLEN]; /* excl-ip only */ member
2118 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()
2652 address = ptr->za_nwiftab.zone_nwif_allowed_address; in add_net_for_linkid()