Home
last modified time | relevance | path

Searched refs:dsm_lif (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c187 dsmp->dsm_lif = lif; in insert_smach()
269 alt_primary->dsm_lif->lif_pif->pif_name) == 0) { in insert_smach()
323 remove_lif(dsmp->dsm_lif); in free_smach()
324 release_lif(dsmp->dsm_lif); in free_smach()
392 if ((lif = dsmp->dsm_lif) != NULL) in next_smach()
399 if ((pif = dsmp->dsm_lif->lif_pif) != NULL) in next_smach()
506 if (strcmp(alt_primary->dsm_lif->lif_pif->pif_name, in make_primary()
507 dsmp->dsm_lif->lif_pif->pif_name) == 0) in make_primary()
517 if ((pif = lookup_pif_by_name(dsmp->dsm_lif->lif_pif->pif_name, in make_primary()
567 pif = dsmp->dsm_lif->lif_pif; in lookup_smach_by_uindex()
[all …]
H A Dselect.c166 d6in.d6in_iaid = htonl(dsmp->dsm_lif->lif_iaid); in dhcp_selecting()
195 htons(dsmp->dsm_lif->lif_max - sizeof (struct udpiphdr))); in dhcp_selecting()
258 if (!dsmp->dsm_isv6 && !verify_lif(dsmp->dsm_lif)) { in stop_selecting()
H A Dinform.c84 IN6_V4MAPPED_TO_INADDR(&dsmp->dsm_lif->lif_v6addr, in dhcp_inform()
88 htons(dsmp->dsm_lif->lif_pif->pif_max - in dhcp_inform()
H A Dstates.h66 dhcp_lif_t *dsm_lif; /* Controlling LIF */ member
235 #define dsm_isv6 dsm_lif->lif_pif->pif_isv6
236 #define dsm_hwtype dsm_lif->lif_pif->pif_hwtype
H A Dbound.c171 if (!clear_lif_deprecated(dsmp->dsm_lif)) in dhcp_bound()
229 if (!clear_lif_deprecated(dsmp->dsm_lif)) in dhcp_bound()
355 lif = dsmp->dsm_lif; in dhcp_bound_complete()
684 if (d6in.d6in_iaid != dsmp->dsm_lif->lif_iaid) { in configure_v6_leases()
687 dsmp->dsm_lif->lif_iaid); in configure_v6_leases()
854 lif = plumb_lif(dsmp->dsm_lif->lif_pif, in configure_v6_leases()
991 dlp->dl_lifs = dsmp->dsm_lif; in configure_v4_lease()
H A Drequest.c72 d6in.d6in_iaid = htonl(dsmp->dsm_lif->lif_iaid); in send_v6_request()
298 htons(dsmp->dsm_lif->lif_max - sizeof (struct udpiphdr))); in dhcp_requesting()
1008 pif = dsmp->dsm_lif->lif_pif; in dhcp_acknak_global()
1033 sock = dsmp->dsm_lif->lif_sock_ip_fd; in dhcp_acknak_global()
1126 if (dsmp->dsm_lif == lif) in dhcp_packet_lif()
H A Dagent.c573 (error = set_lif_dhcp(dsmp->dsm_lif)) != DHCP_IPC_SUCCESS) { in ipc_event()
1259 dhcp_lif_t *lif = dsmp->dsm_lif; in check_main_lif()
1414 process_link_up_down(dsmp->dsm_lif->lif_pif, &msg.ifm); in rtsock_event()
1447 (!isv6 && !verify_lif(dsmp->dsm_lif))) { in rtsock_event()
H A Dinit_reboot.c76 htons(dsmp->dsm_lif->lif_pif->pif_max - sizeof (struct udpiphdr))); in dhcp_init_reboot_v4()
H A Dpacket.c158 dhcp_lif_t *lif = dsmp->dsm_lif; in init_pkt()
650 iaid = dsmp->dsm_lif->lif_iaid; in add_pkt_lif()
800 dhcp_lif_t *lif = dsmp->dsm_lif; in send_pkt_internal()
H A Drenew.c468 dhcp_lif_t *lif = dsmp->dsm_lif; in dhcp_extending()
H A Dinterface.c1078 if ((dlp = lif->lif_lease) != NULL && dlp->dl_smach->dsm_lif == lif) { in unplumb_lif()
H A DREADME.v6926 dhcp_smach_t.dsm_lif controlling (main) LIF