Searched refs:server_hostname (Results 1 – 2 of 2) sorted by relevance
167 char *server_hostname; in bootparamproc_getfile_1() local221 server_hostname = cp; in bootparamproc_getfile_1()224 cp = strchr(server_hostname, ':'); in bootparamproc_getfile_1()234 res.server_name = server_hostname; in bootparamproc_getfile_1()243 if ((hp = gethostbyname(server_hostname)) != NULL) { in bootparamproc_getfile_1()247 addr = inet_addr(server_hostname); in bootparamproc_getfile_1()
138 char *server_hostname; /* hostname of diskless server */ variable