Lines Matching defs:host
828 * Make sure 'host' is really local.
832 HostReallyLocal (const char *host)
836 * The 'host' passed to this function may have been generated
846 if (uname (&name) >= 0 && strcmp (host, name.nodename) == 0)
854 if (strcmp (host, buf) == 0)
863 const char *host, const char *port)
873 * Make sure 'host' is really local. If not, we return failure.
880 if (strcmp (host, "unix") != 0 && !HostReallyLocal (host))
883 "LocalOpenClient: Cannot connect to non-local host %s\n",
884 host);
955 const char *host _X_UNUSED, const char *port)
1064 const char *host, const char *port)
1067 prmsg(2,"LocalOpenCOTSClient(%s,%s,%s)\n",protocol,host,port);
1069 return TRANS(LocalOpenClient)(XTRANS_OPEN_COTS_CLIENT, protocol, host, port);
1079 const char *host, const char *port)
1085 prmsg(2,"LocalOpenCOTSServer(%s,%s,%s)\n",protocol,host,port);
1119 return TRANS(LocalOpenServer)(XTRANS_OPEN_COTS_SERVER, protocol, host, port);
1234 const char *host _X_UNUSED, const char *port)