Searched refs:net_if (Results 1 – 1 of 1) sorted by relevance
114 struct net_if { struct2403 free_local_netifs(int if_cnt, struct net_if **if_list) in free_local_netifs()2420 get_local_netifs(int *if_cnt, struct net_if ***if_list) in get_local_netifs()2431 struct net_if **local_ifs = NULL; in get_local_netifs()2480 struct net_if **p; in get_local_netifs()2502 if ((p = (struct net_if **)realloc(local_ifs, in get_local_netifs()2503 sizeof (struct net_if *) * (cnt + 1))) == NULL) { in get_local_netifs()2509 if ((local_ifs[cnt] = malloc(sizeof (struct net_if))) == NULL) { in get_local_netifs()2562 struct net_if **local_ifs = NULL; in print_net_err()