Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c214 dsmp->dsm_reqhost = strdup(reqhost); in dhcp_selecting()
215 if (dsmp->dsm_reqhost != NULL) in dhcp_selecting()
217 dsmp->dsm_reqhost, in dhcp_selecting()
218 strlen(dsmp->dsm_reqhost)); in dhcp_selecting()
H A Dinit_reboot.c92 if ((dsmp->dsm_reqhost = strdup(reqhost)) != NULL) in dhcp_init_reboot_v4()
94 dsmp->dsm_reqhost, in dhcp_init_reboot_v4()
95 strlen(dsmp->dsm_reqhost)); in dhcp_init_reboot_v4()
H A Drenew.c493 if (dsmp->dsm_reqhost != NULL) { in dhcp_extending()
494 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_extending()
495 strlen(dsmp->dsm_reqhost)); in dhcp_extending()
H A Dstates.h201 char *dsm_reqhost; member
H A Drequest.c316 if (dsmp->dsm_reqhost != NULL) { in dhcp_requesting()
317 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_requesting()
318 strlen(dsmp->dsm_reqhost)); in dhcp_requesting()
H A Dstates.c334 free(dsmp->dsm_reqhost); in free_smach()
1218 free(dsmp->dsm_reqhost); in reset_smach()
1219 dsmp->dsm_reqhost = NULL; in reset_smach()
H A DREADME.v6868 if_reqhost dhcp_smach_t.dsm_reqhost