Searched defs:tohost (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Dnetaddrs.c251 gethost_netaddrs(char *fromhost, char *tohost, argument
292 host = getipnodebyname(tohost, AF_INET6, AI_DEFAULT, &errnum);
296 "Could not find host %s"), tohost);
304 host = gethostbyname(tohost);
308 "Could not find host %s"), tohost);
H A Drdcrules.c280 char *fromhost, *tohost; local
295 tohost = rdc->shost;
315 hp = gethost_byname(tohost);
326 fromhost, fromfile, tohost, tofile);

Completed in 20 milliseconds