Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c1429 dhcp_lif_t *lif, *lifnext; in remove_lease() local
1442 for (; nlifs > 0; nlifs--, lif = lifnext) { in remove_lease()
1443 lifnext = lif->lif_next; in remove_lease()
1584 dhcp_lif_t *lif, *lifnext; in verify_smach() local
1590 for (; nlifs > 0; lif = lifnext, nlifs--) { in verify_smach()
1591 lifnext = lif->lif_next; in verify_smach()
H A Dagent.c1428 dhcp_lif_t *lif, *lifnext; in rtsock_event() local
1433 lif = lifnext, nlifs--) { in rtsock_event()
1434 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()