Home | History | Annotate | Download | only in rpc

Lines Matching defs:host

84 	char	host[MAXHOSTNAMELEN];	/* Servers host */
118 * the future calls to same prog, vers, host and nettype combination.
124 const char * host, /* host name */
138 _DIAGASSERT(host != NULL);
171 (!strcmp(rcp->host, host)) &&
181 rcp->client = clnt_create(host, prognum, versnum, nettype);
199 if ((strlen(host) < (size_t)MAXHOSTNAMELEN) &&
201 (void) strcpy(rcp->host, host);