Searched defs:reqhost (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c109 const char *reqhost; local
211 if ((reqhost = iffile_to_hostname(hostfile)) != NULL) {
213 reqhost);
214 dsmp->dsm_reqhost = strdup(reqhost);
H A Dinit_reboot.c61 const char *reqhost; local
90 if ((reqhost = iffile_to_hostname(hostfile)) != NULL) {
91 dhcpmsg(MSG_DEBUG, "dhcp_selecting: host %s", reqhost);
92 if ((dsmp->dsm_reqhost = strdup(reqhost)) != NULL)
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h403 char *reqhost; /* HTTP "Host:" string */ member in struct:node_s

Completed in 1089 milliseconds