Searched refs:gethost (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/mit/xorg/bin/xauth/
H A DMakefile6 SRCS= xauth.c gethost.c process.c parsedpy.c
11 CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
/netbsd-current/distrib/sparc/ramdisk/
H A DMakefile27 HACKOBJS= gethost.o
/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dntp-groper35 gethost $host > /dev/null 2>&1
/netbsd-current/usr.bin/last/
H A Dwant.c36 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),
H A Dlast.c395 #define gethost gethostx macro
/netbsd-current/distrib/utils/libhack/
H A DMakefile.inc15 # gethost.o cut-down gethostby{name,addr}()
69 CPPFLAGS.gethost.c+= -I${HACKSRC}/../../../lib/libc/net
89 gethost.o: ${HACKSRC}/gethost.c
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dalist_new.c82 if (gethost(family, host, &al->al_i6addr) == -1) {
H A Dgethost.c1 /* $NetBSD: gethost.c,v 1.4 2014/06/12 22:15:25 joerg 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
H A Dparseipfexpr.c170 if (gethost(AF_INET, s, &addr) == -1) {
171 error = "gethost failed";
199 if (gethost(AF_INET6, s, &addr) == -1) {
200 error = "gethost failed";
H A Dipft_tx.c59 if (gethost(AF_INET, host, &ipa) == -1) {
/netbsd-current/usr.sbin/lpr/common_source/
H A Dlp.h110 const char *gethost(const char *);
H A Dcommon.c120 gethost(const char *hname) function
384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
/netbsd-current/libexec/identd/
H A Didentd.c52 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((struc
568 gethost(struct sockaddr *sa) function
[all...]
/netbsd-current/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile71 HACKOBJS= gethost.o
/netbsd-current/distrib/evbsh3/rom/ramdiskel/
H A DMakefile71 HACKOBJS= gethost.o
/netbsd-current/external/bsd/ipf/lib/
H A DMakefile30 gethost.c \
/netbsd-current/sbin/routed/
H A Dparms.c238 if (!gethost(dname, &dst)) {
263 if (!gethost(gname, &gate)) {
820 || !gethost(buf2,&addr))
1033 gethost(char *name, function
H A Ddefs.h547 extern int gethost(char *, naddr *);
H A Dmain.c136 (void)gethost(myname, &myaddr);
/netbsd-current/sbin/ping/
H A Dping.c235 static void gethost(const char *, const char *,
409 gethost("-I", optarg, &src_addr, 0, 0);
413 gethost("-g", optarg, &send_addr, 0, 0);
485 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));
1928 gethost(const char *arg, function
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dippool_y.y683 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
729 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
H A Dipnat_y.y1178 if (gethost(family, $1,
H A Dipf_y.y2165 if (gethost(AF_INET, name, addrp) == -1) {
/netbsd-current/external/bsd/ipf/dist/
H A Dipf.h251 extern int gethost __P((int, char *, i6addr_t *));

Completed in 975 milliseconds