Searched defs:fromhost (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libwrap/ |
H A D | fromhost.c | 8 * 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 D | tcpd.h | 144 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 D | netaddrs.c | 251 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 D | rdcrules.c | 280 char *fromhost, *tohost; local 292 fromhost = rdc->phost; 313 hp = gethost_byname(fromhost); 326 fromhost, fromfile, tohost, tofile);
|
Completed in 41 milliseconds