Home
last modified time | relevance | path

Searched refs:gethost (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/libexec/identd/
H A Didentd.c52 static const char *gethost(struct sockaddr *);
351 gethost((struct sockaddr *)&ss[0])); in idhandle()
403 lport, fport, gethost((struct sockaddr *)&ss[0])); in idhandle()
411 idbuf, gethost((struct sockaddr *)&ss[0])); in idhandle()
445 gethost((struct sockaddr *)&nat_addr)); in idhandle()
452 idbuf, gethost((struct sockaddr *)&ss[0])); in idhandle()
457 gethost((struct sockaddr *)&ss[0])); in idhandle()
469 gethost((struct sockaddr *)&ss[0])); in idhandle()
568 gethost(struct sockaddr *sa) in gethost() function
815 gethost(nat_addr)); in forward()
[all …]
/netbsd/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) in gethost() function
181 gethost(bp, hostp, numeric), ct); in wtmp()
198 gethost(bp, hostp, numeric), in wtmp()
223 gethost(bp, hostp, numeric), in wtmp()
H A Dlast.c395 #define gethost gethostx macro
/netbsd/distrib/utils/libhack/
H A DMakefile.inc69 CPPFLAGS.gethost.c+= -I${HACKSRC}/../../../lib/libc/net
89 gethost.o: ${HACKSRC}/gethost.c
/netbsd/external/mit/xorg/bin/xauth/
H A DMakefile6 SRCS= xauth.c gethost.c process.c parsedpy.c
/netbsd/external/bsd/ipf/dist/lib/
H A Dparseipfexpr.c170 if (gethost(AF_INET, s, &addr) == -1) {
199 if (gethost(AF_INET6, s, &addr) == -1) {
H A Dgethost.c13 int gethost(family, name, hostp) in gethost() function
H A Dalist_new.c82 if (gethost(family, host, &al->al_i6addr) == -1) { in alist_new()
H A Dipft_tx.c59 if (gethost(AF_INET, host, &ipa) == -1) {
/netbsd/distrib/sparc/ramdisk/
H A DMakefile27 HACKOBJS= gethost.o
/netbsd/lib/liblwres/
H A DMakefile14 SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c getipnode.c \
/netbsd/external/bsd/ntp/dist/scripts/deprecated/
H A Dntp-groper35 gethost $host > /dev/null 2>&1
/netbsd/usr.sbin/lpr/common_source/
H A Dlp.h110 const char *gethost(const char *);
H A Dcommon.c120 gethost(const char *hname) in gethost() function
384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0); in checkremote()
/netbsd/sbin/routed/
H A Dparms.c238 if (!gethost(dname, &dst)) { in gwkludge()
263 if (!gethost(gname, &gate)) { in gwkludge()
820 || !gethost(buf2,&addr)) in parse_parms()
1033 gethost(char *name, in gethost() function
H A Ddefs.h547 extern int gethost(char *, naddr *);
H A Dmain.c136 (void)gethost(myname, &myaddr); in main()
/netbsd/distrib/evbsh3/rom/ramdiskel/
H A DMakefile71 HACKOBJS= gethost.o
/netbsd/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile71 HACKOBJS= gethost.o
/netbsd/sbin/ping/
H A Dping.c235 static void gethost(const char *, const char *,
409 gethost("-I", optarg, &src_addr, 0, 0); in main()
413 gethost("-g", optarg, &send_addr, 0, 0); in main()
485 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname)); in main()
1928 gethost(const char *arg, in gethost() function
/netbsd/external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c60 gethost(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
313 gethost(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey) { in gethost() function
664 bdbres = db.data->associate(db.data, NULL, db.host, gethost, 0); in openBDB()
/netbsd/external/bsd/ipf/lib/
H A DMakefile30 gethost.c \
/netbsd/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,
/netbsd/external/bsd/ipf/dist/
H A Dipf.h251 extern int gethost __P((int, char *, i6addr_t *));

12