Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zoneadm/
H A Dzoneadm.c2420 char *if_buf; in get_local_netifs() local
2445 if ((if_buf = malloc(space_needed)) == NULL) { in get_local_netifs()
2452 if_conf.lifc_buf = if_buf; in get_local_netifs()
2454 free(if_buf); in get_local_netifs()
2517 free(if_buf); in get_local_netifs()