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