Searched refs:in_progress_nwiftab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c595 static struct zone_nwiftab old_nwiftab, in_progress_nwiftab; variable in typeref:struct:
2223 bzero(&in_progress_nwiftab, sizeof (in_progress_nwiftab));
3669 bzero(&in_progress_nwiftab.zone_nwif_defrouter,
3670 sizeof (in_progress_nwiftab.zone_nwif_defrouter));
3935 bcopy(&old_nwiftab, &in_progress_nwiftab,
4261 (void) strlcpy(in_progress_nwiftab.zone_nwif_address, prop_id,
4262 sizeof (in_progress_nwiftab.zone_nwif_address));
4265 (void) strlcpy(in_progress_nwiftab.zone_nwif_allowed_address,
4267 sizeof (in_progress_nwiftab
[all...]

Completed in 67 milliseconds