Searched refs:ifi_punders (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c172 list_create(&(*ifp)->ifi_punders, sizeof (ipadm_ifname_t),
517 list_insert_tail(&ifp->ifi_punders, underif);
606 list_move_tail(&aifp->ifi_punders, &pifp->ifi_punders);
2706 i_ipadm_free_iflist(&ifp->ifi_punders);
2937 if (!i_ipadm_ifname_in_list(&ifp->ifi_punders, underif))
3056 uifp = list_head(&ifp->ifi_punders);
3057 for (; uifp != NULL; uifp = list_next(&ifp->ifi_punders, uifp)) {
H A Dlibipadm.h286 * ifi_punders: list of underlying interfaces in the
290 list_t ifi_punders; member in struct:ipadm_if_info_s

Completed in 30 milliseconds