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

/illumos-gate/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 Dtcpd.h150 extern void fromhost(); /* get/validate client host info */
152 #define fromhost sock_host /* no TLI support needed */ macro
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c252 gethost_netaddrs(char *fromhost, char *tohost, argument
260 host = getipnodebyname(fromhost, AF_INET6, AI_DEFAULT, &errnum);
264 "Could not find host %s"), fromhost);
272 host = gethostbyname(fromhost);
276 "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);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c124 char fromhost[MAX_RDC_HOST_SIZE]; local
222 (void) strncpy(fromhost,
239 if (rdc_operation(fromhost, fromfile, frombitmap,
255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile,
258 char *fromhost, *fromfile, *frombitmap;
280 hp = gethost_byname(fromhost);
284 program, fromhost);
286 if (strcmp(hp->h_name, fromhost) == 0)
290 if (strcmp(hp->h_aliases[i], fromhost) == 0)
298 program, fromhost);
659 char fromhost[MAX_RDC_HOST_SIZE]; local
[all...]
H A Dsndradm.c222 char *fromhost = pair.fhost; local
332 fromhost, fromfile, frombitmap,
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, argument
518 hp = gethost_byname(fromhost);
531 fromhost, fromfile, tohost, tofile);
1709 char fromhost[MAX_RDC_HOST_SIZE]; local
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
2359 (void) cfg_get_cstring(cfg, key, fromhost,
2360 sizeof (fromhost));
2425 (void) strncpy(fromhost, arg
3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, int flag, int iflag, char *directfile, char *group, char *ctag, char *diskqueue, int *doasync, int reverse) argument
4860 char fromhost[MAX_RDC_HOST_SIZE]; local
5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile, char *frombitmap, char *tobitmap, char *type, char *mode, char *group, char *ctag, char *diskq) argument
[all...]

Completed in 114 milliseconds