Searched refs:pif_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c94 struct ipmgmt_pif_s *pif_next; member in struct:ipmgmt_pif_s
288 pif->pif_next = ngz_pifs;
561 next = pif->pif_next;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h55 dhcp_pif_t *pif_next; /* Note: must be first */ member in struct:dhcp_pif_s
H A Dinterface.c320 pif = pif->pif_next;
322 for (; pif != NULL; pif = pif->pif_next) {
345 for (; pif != NULL; pif = pif->pif_next) {
1622 for (; pif != NULL; pif = pif->pif_next) {
H A Dstates.c400 pif = pif->pif_next;
404 for (; pif != NULL; pif = pif->pif_next) {

Completed in 74 milliseconds