Searched refs:VAR_HTTP_HOST (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dhttp.c52 if ((rv = getaddrinfo(variable_get(VAR_HTTP_HOST),
55 variable_unset(VAR_HTTP_HOST);
72 variable_get(VAR_HTTP_HOST),variable_get(VAR_HTTP_PORT));
75 variable_get(VAR_HTTP_HOST),variable_get(VAR_HTTP_PORT));
77 variable_unset(VAR_HTTP_HOST);
155 while (variable_get(VAR_HTTP_HOST) == NULL) {
208 if ((rv = getaddrinfo(variable_get(VAR_HTTP_HOST),
226 variable_get(VAR_HTTP_HOST),variable_get(VAR_HTTP_PORT));
H A Dhttpdirect.c50 while (variable_get(VAR_HTTP_HOST) == NULL) {
103 if ((rv = getaddrinfo(variable_get(VAR_HTTP_HOST),
121 variable_get(VAR_HTTP_HOST),variable_get(VAR_HTTP_PORT));
H A Dmedia.c497 variable_set2(VAR_HTTP_HOST, hostname, 0);
501 msgDebug("VAR_HTTP_HOST, _PORT: %s:%s\n",variable_get(VAR_HTTP_HOST),
634 variable_set2(VAR_HTTP_HOST, hostname, 0);
H A Dsysinstall.h125 #define VAR_HTTP_HOST "httpHost" macro

Completed in 108 milliseconds