Home
last modified time | relevance | path

Searched refs:MyHost (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/rbootd/
H A Drbootd.c153 if (gethostname(MyHost, MAXHOSTNAMELEN - 1) < 0) { in main()
157 MyHost[MAXHOSTNAMELEN - 1] = '\0'; in main()
H A Dconf.c60 char MyHost[MAXHOSTNAMELEN]; /* host name */ variable
H A Ddefs.h125 extern char MyHost[]; /* this hosts' name */
H A Drmpproto.c189 src = MyHost; in SendServerID()