Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c801 free(dsmp->dsm_reqhost); in dhcp_add_hostname_opt()
802 if ((dsmp->dsm_reqhost = strdup(reqhost)) == NULL) in dhcp_add_hostname_opt()
807 if (dsmp->dsm_reqhost != NULL) { in dhcp_add_hostname_opt()
809 dsmp->dsm_reqhost, dsmp->dsm_name); in dhcp_add_hostname_opt()
810 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_add_hostname_opt()
811 strlen(dsmp->dsm_reqhost)); in dhcp_add_hostname_opt()
H A Drenew.c495 dsmp->dsm_reqhost != NULL) { in dhcp_extending()
496 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_extending()
497 strlen(dsmp->dsm_reqhost)); in dhcp_extending()
H A Drequest.c320 dsmp->dsm_reqhost != NULL) { in dhcp_requesting()
321 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_requesting()
322 strlen(dsmp->dsm_reqhost)); in dhcp_requesting()
H A Dstates.h202 char *dsm_reqhost; member
H A Dstates.c335 free(dsmp->dsm_reqhost); in free_smach()
1224 free(dsmp->dsm_reqhost); in reset_smach()
1225 dsmp->dsm_reqhost = NULL; in reset_smach()
H A DREADME.v6866 if_reqhost dhcp_smach_t.dsm_reqhost