Searched refs:reqhost (Results 1 – 4 of 4) sorted by relevance
109 const char *reqhost; in dhcp_selecting() local211 if ((reqhost = iffile_to_hostname(hostfile)) != NULL) { in dhcp_selecting()213 reqhost); in dhcp_selecting()214 dsmp->dsm_reqhost = strdup(reqhost); in dhcp_selecting()
61 const char *reqhost; in dhcp_init_reboot_v4() local90 if ((reqhost = iffile_to_hostname(hostfile)) != NULL) { in dhcp_init_reboot_v4()91 dhcpmsg(MSG_DEBUG, "dhcp_selecting: host %s", reqhost); in dhcp_init_reboot_v4()92 if ((dsmp->dsm_reqhost = strdup(reqhost)) != NULL) in dhcp_init_reboot_v4()
598 hdr[3].nm_addr = (uintptr_t)node.reqhost; in nca_node()
403 char *reqhost; /* HTTP "Host:" string */ member