Searched refs:nlifs (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 59 uint_t nlifs; in send_declines() local 98 for (nlifs = dlp->dl_nlifs; nlifs > 0; nlifs--, lif = lifn) { in send_declines() 144 uint_t nlifs; in dhcp_release() local 165 for (nlifs = dlp->dl_nlifs; nlifs > 0; in dhcp_release() 166 nlifs--, lif = lif->lif_next) { in dhcp_release()
|
H A D | renew.c | 157 int nlifs; in dhcp_rebind() local 184 for (nlifs = dlp->dl_nlifs; nlifs > 0; nlifs--, lif = lif->lif_next) { in dhcp_rebind() 429 uint_t nlifs; in dhcp_extending() local 455 for (nlifs = dlp->dl_nlifs; nlifs > 0; in dhcp_extending() 456 nlifs--, lif = lif->lif_next) { in dhcp_extending()
|
H A D | states.c | 681 uint_t nlifs; in cancel_smach_timers() local 686 nlifs = dlp->dl_nlifs; in cancel_smach_timers() 687 for (; nlifs > 0; nlifs--, lif = lif->lif_next) in cancel_smach_timers() 1430 uint_t nlifs; in remove_lease() local 1441 nlifs = dlp->dl_nlifs; in remove_lease() 1442 for (; nlifs > 0; nlifs--, lif = lifnext) { in remove_lease() 1585 uint_t nlifs; in verify_smach() local 1589 nlifs = dlp->dl_nlifs; in verify_smach() 1590 for (; nlifs > 0; lif = lifnext, nlifs--) { in verify_smach()
|
H A D | interface.c | 1650 uint_t nlifs; in expired_lif_state() local 1657 nlifs = dlp->dl_nlifs; in expired_lif_state() 1658 numlifs += nlifs; in expired_lif_state() 1659 for (; nlifs > 0; nlifs--, lif = lif->lif_next) { in expired_lif_state() 1686 uint_t nlifs; in find_expired_lif() local 1690 nlifs = dlp->dl_nlifs; in find_expired_lif() 1691 for (; nlifs > 0; nlifs--, lif = lif->lif_next) { in find_expired_lif()
|
H A D | bound.c | 661 uint_t nlifs; in configure_v6_leases() local 829 for (nlifs = dlp->dl_nlifs; nlifs > 0; in configure_v6_leases() 830 nlifs--, lif = lif->lif_next) { in configure_v6_leases() 843 if (nlifs != 0) { in configure_v6_leases() 853 if (nlifs == 0) { in configure_v6_leases()
|
H A D | agent.c | 1429 uint_t nlifs = dlp->dl_nlifs; in rtsock_event() local 1432 for (lif = dlp->dl_lifs; lif != NULL && nlifs > 0; in rtsock_event() 1433 lif = lifnext, nlifs--) { in rtsock_event()
|