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

  /src/external/mit/xorg/bin/xauth/
Makefile 6 SRCS= xauth.c gethost.c process.c parsedpy.c
11 CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
  /src/distrib/sparc/ramdisk/
Makefile 27 HACKOBJS= gethost.o
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-groper 35 gethost $host > /dev/null 2>&1
  /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),
last.c 395 #define gethost gethostx macro
  /src/usr.sbin/lpr/common_source/
lp.h 110 const char *gethost(const char *);
common.c 120 gethost(const char *hname) function
384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
  /src/external/bsd/ipf/dist/lib/
alist_new.c 82 if (gethost(family, host, &al->al_i6addr) == -1) {
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
parseipfexpr.c 170 if (gethost(AF_INET, s, &addr) == -1) {
171 error = "gethost failed";
199 if (gethost(AF_INET6, s, &addr) == -1) {
200 error = "gethost failed";
ipft_tx.c 59 if (gethost(AF_INET, host, &ipa) == -1) {
  /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...]
  /src/distrib/evbsh3/rom/ramdiskeb/
Makefile 71 HACKOBJS= gethost.o
  /src/distrib/evbsh3/rom/ramdiskel/
Makefile 71 HACKOBJS= gethost.o
  /src/external/bsd/ipf/lib/
Makefile 30 gethost.c \
  /src/sbin/routed/
parms.c 238 if (!gethost(dname, &dst)) {
263 if (!gethost(gname, &gate)) {
820 || !gethost(buf2,&addr))
1033 gethost(char *name, function
defs.h 547 extern int gethost(char *, naddr *);
main.c 136 (void)gethost(myname, &myaddr);
  /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
  /src/external/bsd/ipf/dist/tools/
ippool_y.y 683 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
729 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
ipnat_y.y 1178 if (gethost(family, $1,
ipf_y.y 2165 if (gethost(AF_INET, name, addrp) == -1) {
  /src/external/bsd/ipf/dist/
ipf.h 251 extern int gethost __P((int, char *, i6addr_t *));

Completed in 59 milliseconds