Searched defs:net_if (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c114 struct net_if { struct
2394 free_local_netifs(int if_cnt, struct net_if **if_list)
2411 get_local_netifs(int *if_cnt, struct net_if ***if_list)
2422 struct net_if **local_ifs = NULL;
2471 struct net_if **p;
2493 if ((p = (struct net_if **)realloc(local_ifs,
2494 sizeof (struct net_if *) * (cnt + 1))) == NULL) {
2500 if ((local_ifs[cnt] = malloc(sizeof (struct net_if))) == NULL) {
2553 struct net_if **local_ifs = NULL;

Completed in 73 milliseconds