Home
last modified time | relevance | path

Searched refs:lif_iaid (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c69 if (write_stable_iaid(lif->lif_name, lif->lif_iaid) == -1) { in iaid_retry()
198 if (lif->lif_iaid == 0 && in insert_smach()
199 (lif->lif_iaid = read_stable_iaid(lif->lif_name)) == 0) { in insert_smach()
206 lif->lif_iaid = make_stable_iaid(lif->lif_name, in insert_smach()
211 lif->lif_iaid, isv6 ? 6 : 4, lif->lif_name); in insert_smach()
1010 dsmp->dsm_cid[1] = lif->lif_iaid >> 24; in get_smach_cid()
1011 dsmp->dsm_cid[2] = lif->lif_iaid >> 16; in get_smach_cid()
1012 dsmp->dsm_cid[3] = lif->lif_iaid >> 8; in get_smach_cid()
1013 dsmp->dsm_cid[4] = lif->lif_iaid; in get_smach_cid()
1124 dsmp->dsm_cid[1] = lif->lif_iaid >> 24; in get_smach_cid()
[all …]
H A Dinterface.h88 uint32_t lif_iaid; /* unique and stable identifier */ member
H A Dselect.c164 d6in.d6in_iaid = htonl(dsmp->dsm_lif->lif_iaid); in dhcp_selecting()
H A Dbound.c687 if (d6in.d6in_iaid != dsmp->dsm_lif->lif_iaid) { in configure_v6_leases()
690 dsmp->dsm_lif->lif_iaid); in configure_v6_leases()
H A Drequest.c73 d6in.d6in_iaid = htonl(dsmp->dsm_lif->lif_iaid); in send_v6_request()
H A Dpacket.c683 iaid = dsmp->dsm_lif->lif_iaid; in add_pkt_lif()
H A DREADME.v6920 dhcp_lif_t.lif_iaid unique and stable 32-bit identifier