Home
last modified time | relevance | path

Searched refs:dsm_msg_reqhost (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1080 if (dsmp->dsm_msg_reqhost != NULL) { in dhcp_smach_set_msg_reqhost()
1083 dsmp->dsm_msg_reqhost); in dhcp_smach_set_msg_reqhost()
1084 free(dsmp->dsm_msg_reqhost); in dhcp_smach_set_msg_reqhost()
1085 dsmp->dsm_msg_reqhost = NULL; in dhcp_smach_set_msg_reqhost()
1144 free(dsmp->dsm_msg_reqhost); in dhcp_smach_set_msg_reqhost()
1145 dsmp->dsm_msg_reqhost = value; in dhcp_smach_set_msg_reqhost()
H A Dutil.c784 if (dsmp->dsm_msg_reqhost != NULL && in dhcp_add_hostname_opt()
785 ipadm_is_valid_hostname(dsmp->dsm_msg_reqhost)) { in dhcp_add_hostname_opt()
786 reqhost = dsmp->dsm_msg_reqhost; in dhcp_add_hostname_opt()
1030 reqhost = dsmp->dsm_msg_reqhost; in dhcp_assemble_fqdn()
H A Dstates.h209 char *dsm_msg_reqhost; member
H A Dstates.c336 free(dsmp->dsm_msg_reqhost); in free_smach()