OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:explicit_host
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hunt/hunt/
server.c
68
static const char *
explicit_host
;
variable
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
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 36 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026