Searched refs:fromhost (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libwrap/
H A Dfromhost.c8 * On socket-only systems, fromhost() is nothing but an alias for the
11 * On systems with sockets and TLI, fromhost() determines the type of API
20 static char sccsid[] = "@(#) fromhost.c 1.17 94/12/28 17:42:23";
35 /* fromhost - find out what network API we should use */
37 void fromhost(request) function
H A DMakefile.com30 fromhost.o fix_options.o socket.o tli.o workarounds.o \
53 DISTFILES = clean_exit.c diag.c eval.c fix_options.c fromhost.c \
H A Dtcpd.h144 extern void fromhost(); /* get/validate client host info */
146 #define fromhost sock_host /* no TLI support needed */ macro
/osnet-11/usr/src/lib/librdc/common/
H A Dllib-lrdc39 int gethost_netaddrs(char *fromhost, char *tohost, char *fromnetaddr,
H A Dnetaddrs.c251 gethost_netaddrs(char *fromhost, char *tohost, argument
259 host = getipnodebyname(fromhost, AF_INET6, AI_DEFAULT, &errnum);
263 "Could not find host %s"), fromhost);
271 host = gethostbyname(fromhost);
275 "Could not find host %s"), fromhost);
H A Drdcrules.c280 char *fromhost, *tohost; local
292 fromhost = rdc->phost;
313 hp = gethost_byname(fromhost);
326 fromhost, fromfile, tohost, tofile);

Completed in 38 milliseconds