Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2431 struct net_if **local_ifs = NULL; in get_local_netifs() local
2502 if ((p = (struct net_if **)realloc(local_ifs, in get_local_netifs()
2507 local_ifs = p; in get_local_netifs()
2516 free(local_ifs[cnt]); in get_local_netifs()
2520 local_ifs[cnt]->af = req.lifr_addr.ss_family; in get_local_netifs()
2530 free_local_netifs(cnt, local_ifs); in get_local_netifs()
2533 *if_list = local_ifs; in get_local_netifs()
2562 struct net_if **local_ifs = NULL; in print_net_err() local
2574 if (strcmp(phys, local_ifs[i]->name) == 0) { in print_net_err()
2576 if (af == local_ifs[i]->af) { in print_net_err()
[all …]