Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c113 struct net_if { struct
2393 free_local_netifs(int if_cnt, struct net_if **if_list) in free_local_netifs()
2410 get_local_netifs(int *if_cnt, struct net_if ***if_list) in get_local_netifs()
2421 struct net_if **local_ifs = NULL; in get_local_netifs()
2470 struct net_if **p; in get_local_netifs()
2492 if ((p = (struct net_if **)realloc(local_ifs, in get_local_netifs()
2493 sizeof (struct net_if *) * (cnt + 1))) == NULL) { in get_local_netifs()
2499 if ((local_ifs[cnt] = malloc(sizeof (struct net_if))) == NULL) { in get_local_netifs()
2552 struct net_if **local_ifs = NULL; in print_net_err()