HomeSort by: relevance | last modified time | path
    Searched defs:gethost (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
gethost.c 1 /* $NetBSD: gethost.c,v 1.5 2014/06/29 05:06:46 darrenr Exp $ */
8 * Id: gethost.c,v 1.1.1.2 2012/07/22 13:44:38 darrenr Exp $
13 int gethost(family, name, hostp) function
gethost.c 1 /* $NetBSD: gethost.c,v 1.5 2014/06/29 05:06:46 darrenr Exp $ */
8 * Id: gethost.c,v 1.1.1.2 2012/07/22 13:44:38 darrenr Exp $
13 int gethost(family, name, hostp) function
  /src/external/mit/xorg/bin/xauth/
Makefile 6 SRCS= xauth.c gethost.c process.c parsedpy.c
11 CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
Makefile 6 SRCS= xauth.c gethost.c process.c parsedpy.c
11 CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
  /src/usr.bin/last/
want.c 36 static const char *gethost(struct utmp *, const char *, int);
40 gethost(struct utmp *ut, const char *host, int numeric) function
181 gethost(bp, hostp, numeric), ct);
198 gethost(bp, hostp, numeric),
223 gethost(bp, hostp, numeric),
want.c 36 static const char *gethost(struct utmp *, const char *, int);
40 gethost(struct utmp *ut, const char *host, int numeric) function
181 gethost(bp, hostp, numeric), ct);
198 gethost(bp, hostp, numeric),
223 gethost(bp, hostp, numeric),
last.c 395 #define gethost gethostx macro
last.c 395 #define gethost gethostx macro
  /src/sbin/routed/
parms.c 238 if (!gethost(dname, &dst)) {
263 if (!gethost(gname, &gate)) {
820 || !gethost(buf2,&addr))
1033 gethost(char *name, function
parms.c 238 if (!gethost(dname, &dst)) {
263 if (!gethost(gname, &gate)) {
820 || !gethost(buf2,&addr))
1033 gethost(char *name, function
  /src/libexec/identd/
identd.c 52 static const char *gethost(struct sockaddr *);
351 gethost((struct sockaddr *)&ss[0]));
403 lport, fport, gethost((struct sockaddr *)&ss[0]));
411 idbuf, gethost((struct sockaddr *)&ss[0]));
445 gethost((struct sockaddr *)&nat_addr));
452 idbuf, gethost((struct sockaddr *)&ss[0]));
457 gethost((struct sockaddr *)&ss[0]));
469 gethost((struct sockaddr *)&ss[0]));
476 " to %s", pw->pw_name, gethost((struct sockaddr *)&ss[0]));
495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]))
568 gethost(struct sockaddr *sa) function
    [all...]
identd.c 52 static const char *gethost(struct sockaddr *);
351 gethost((struct sockaddr *)&ss[0]));
403 lport, fport, gethost((struct sockaddr *)&ss[0]));
411 idbuf, gethost((struct sockaddr *)&ss[0]));
445 gethost((struct sockaddr *)&nat_addr));
452 idbuf, gethost((struct sockaddr *)&ss[0]));
457 gethost((struct sockaddr *)&ss[0]));
469 gethost((struct sockaddr *)&ss[0]));
476 " to %s", pw->pw_name, gethost((struct sockaddr *)&ss[0]));
495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]))
568 gethost(struct sockaddr *sa) function
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 120 gethost(const char *hname) function
384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
common.c 120 gethost(const char *hname) function
384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
  /src/sbin/ping/
ping.c 236 static void gethost(const char *, const char *,
410 gethost("-I", optarg, &src_addr, 0, 0);
414 gethost("-g", optarg, &send_addr, 0, 0);
486 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));
1929 gethost(const char *arg, function
ping.c 236 static void gethost(const char *, const char *,
410 gethost("-I", optarg, &src_addr, 0, 0);
414 gethost("-g", optarg, &send_addr, 0, 0);
486 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));
1929 gethost(const char *arg, function

Completed in 75 milliseconds