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

/freebsd-13-stable/bin/csh/
H A DMakefile55 CLEANFILES= ${GENHDRS} gethost csh.1
118 build-tools: gethost
120 DEPENDOBJS+= gethost
121 gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META}
123 ${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \
124 ${TCSHDIR}/gethost.c
126 tc.defs.c: gethost ${TCSHDIR}/host.defs
129 ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
/freebsd-13-stable/contrib/ntp/scripts/deprecated/
H A Dntp-groper35 gethost $host > /dev/null 2>&1
/freebsd-13-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-13-stable/sbin/ipf/libipf/
H A DMakefile16 gethost.c getifname.c geticmptype.c \
/freebsd-13-stable/sbin/routed/
H A Dparms.c229 if (!gethost(dname, &dst)) {
255 if (!gethost(gname, &gate)) {
797 || !gethost(buf2,&addr))
1010 gethost(char *name, function
H A Ddefs.h521 int gethost(char *, naddr *);
H A Dmain.c129 (void)gethost(myname, &myaddr);
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool_y.y694 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
740 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
H A Dipnat_y.y1166 if (gethost(family, $1,
H A Dipf_y.y2164 if (gethost(AF_INET, name, addrp) == -1) {
/freebsd-13-stable/contrib/ipfilter/
H A Dipf.h223 extern int gethost(int, char *, i6addr_t *);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dconfig.c778 gethost(const char *host, u_char *ip) function
853 gethost(strval, ip);
991 gethost(strval, ip);

Completed in 193 milliseconds