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

/freebsd-10-stable/contrib/ntp/scripts/deprecated/
H A Dntp-groper35 gethost $host > /dev/null 2>&1
/freebsd-10-stable/bin/csh/
H A DMakefile49 CLEANFILES= ${GENHDRS} gethost csh.1
113 build-tools: gethost
115 gethost: gethost.c sh.err.h tc.const.h sh.h
117 ${CC} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \
118 ${TCSHDIR}/gethost.c
120 tc.defs.c: gethost ${TCSHDIR}/host.defs
123 ./gethost ${TCSHDIR}/host.defs >> ${.TARGET}
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dalist_new.c80 if (gethost(family, host, &al->al_i6addr) == -1) {
H A Dgethost.c13 int gethost(family, name, hostp) function
H A Dparseipfexpr.c168 if (gethost(AF_INET, s, &addr) == -1) {
169 error = "gethost failed";
197 if (gethost(AF_INET6, s, &addr) == -1) {
198 error = "gethost failed";
H A DMakefile33 $(DEST)/gethost.o \
197 $(DEST)/gethost.o: $(LIBSRC)/gethost.c $(INCDEP)
198 $(CC) $(CCARGS) -c $(LIBSRC)/gethost.c -o $@
H A Dipft_tx.c59 if (gethost(AF_INET, host, &ipa) == -1) {
/freebsd-10-stable/contrib/tcsh/
H A DMakefile.std324 host.defs gethost.c tcsh.man2html configure.ac configure config.h.in \
352 gethost: gethost.c sh.err.h tc.const.h sh.h
353 rm -f gethost
354 ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} ${EXTRALIBS}
356 tc.defs.c: gethost host.defs
359 ./gethost $(srcdir)/host.defs >> $@
492 ${RM} -f a.out strings x.c xs.c tcsh tcsh.a _MAKE_LOG core gethost
H A DMakefile.vms302 host.defs gethost.c tcsh.man2html configure.ac aclocal.m4
329 gethost: gethost.c sh.err.h tc.const.h sh.h
330 rm -f gethost
331 ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${DFLAGS} gethost.c ${LIBES} ${EXTRALIBS}
333 tc.defs.c: gethost host.defs
336 ./gethost host.defs >> $@
469 ${RM} -f a.out strings x.c xs.c tcsh tcsh.a _MAKE_LOG core gethost
H A DMakefile.in414 host.defs gethost.c tcsh.man2html configure.ac configure config.h.in \
450 gethost: gethost.c sh.err.h tc.const.h sh.h
451 rm -f gethost
452 ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c
454 tc.defs.c: gethost host.defs
457 ./gethost $(srcdir)/host.defs >> $@.tmp
627 ${RM} -f a.out strings x.c xs.c tcsh$(EXEEXT) tcsh.a _MAKE_LOG gethost
/freebsd-10-stable/sbin/ipf/libipf/
H A DMakefile15 gethost.c getifname.c geticmptype.c \
/freebsd-10-stable/sbin/routed/
H A Dparms.c234 if (!gethost(dname, &dst)) {
260 if (!gethost(gname, &gate)) {
798 || !gethost(buf2,&addr))
1009 gethost(char *name, function
H A Ddefs.h548 int gethost(char *, naddr *);
H A Dmain.c138 (void)gethost(myname, &myaddr);
/freebsd-10-stable/contrib/ipfilter/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.y2164 if (gethost(AF_INET, name, addrp) == -1) {
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dconfig.c778 gethost(const char *host, u_char *ip) function
853 gethost(strval, ip);
991 gethost(strval, ip);
/freebsd-10-stable/contrib/ipfilter/
H A Dipf.h249 extern int gethost __P((int, char *, i6addr_t *));

Completed in 205 milliseconds