Searched refs:MyHost (Results 1 – 4 of 4) sorted by relevance
153 if (gethostname(MyHost, MAXHOSTNAMELEN - 1) < 0) { in main()157 MyHost[MAXHOSTNAMELEN - 1] = '\0'; in main()
60 char MyHost[MAXHOSTNAMELEN]; /* host name */ variable
125 extern char MyHost[]; /* this hosts' name */
189 src = MyHost; in SendServerID()