Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2430 char *if_buf; in get_local_netifs() local
2455 if ((if_buf = malloc(space_needed)) == NULL) { in get_local_netifs()
2462 if_conf.lifc_buf = if_buf; in get_local_netifs()
2464 free(if_buf); in get_local_netifs()
2527 free(if_buf); in get_local_netifs()