Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c1444 dhcp_lif_t *lif, *lifnext; in remove_lease() local
1457 for (; nlifs > 0; nlifs--, lif = lifnext) { in remove_lease()
1458 lifnext = lif->lif_next; in remove_lease()
1599 dhcp_lif_t *lif, *lifnext; in verify_smach() local
1605 for (; nlifs > 0; lif = lifnext, nlifs--) { in verify_smach()
1606 lifnext = lif->lif_next; in verify_smach()
H A Dagent.c1569 dhcp_lif_t *lif, *lifnext; in rtsock_event() local
1574 lif = lifnext, nlifs--) { in rtsock_event()
1575 lifnext = lif->lif_next; in rtsock_event()
H A Dinterface.c595 dhcp_lif_t *lifnext; in remove_lif() local
600 lifnext = lif->lif_next; in remove_lif()
617 dlp->dl_lifs = lifnext; in remove_lif()