HomeSort by: relevance | last modified time | path
    Searched defs:explicit_host (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hunt/hunt/
server.c 68 static const char *explicit_host; variable in typeref:typename:const char *
93 explicit_host = explicit_host_arg;
213 if (explicit_host != NULL) { /* explicit host given */
214 hp = gethostbyname(explicit_host);
216 leavex(1, "%s: Unknown host", explicit_host);
330 if (!initial && explicit_host != NULL) {
server.c 68 static const char *explicit_host; variable in typeref:typename:const char *
93 explicit_host = explicit_host_arg;
213 if (explicit_host != NULL) { /* explicit host given */
214 hp = gethostbyname(explicit_host);
216 leavex(1, "%s: Unknown host", explicit_host);
330 if (!initial && explicit_host != NULL) {
server.c 68 static const char *explicit_host; variable in typeref:typename:const char *
93 explicit_host = explicit_host_arg;
213 if (explicit_host != NULL) { /* explicit host given */
214 hp = gethostbyname(explicit_host);
216 leavex(1, "%s: Unknown host", explicit_host);
330 if (!initial && explicit_host != NULL) {

Completed in 357 milliseconds