Searched refs:gethost (Results 1 – 17 of 17) sorted by relevance
/freebsd/bin/csh/ |
H A D | Makefile | 56 CLEANFILES= ${GENHDRS} gethost csh.1 120 build-tools: gethost 121 tc.defs.c: gethost 123 DEPENDOBJS+= gethost 124 gethost: gethost.c sh.err.h sh.h ${BUILD_TOOLS_META} target 130 ${HOST_CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ 132 ${TCSHDIR}/gethost.c 138 ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
|
/freebsd/sbin/ipf/libipf/ |
H A D | parseipfexpr.c | 162 if (gethost(AF_INET, s, &addr) == -1) { in parseipfexpr() 191 if (gethost(AF_INET6, s, &addr) == -1) { in parseipfexpr()
|
H A D | gethost.c | 13 gethost(int family, char *name, i6addr_t *hostp) in gethost() function
|
H A D | alist_new.c | 80 if (gethost(family, host, &al->al_i6addr) == -1) { in alist_new()
|
H A D | Makefile | 14 gethost.c getifname.c geticmptype.c \
|
H A D | ipft_tx.c | 53 if (gethost(AF_INET, host, &ipa) == -1) { in tx_hostnum()
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | ntp-groper | 35 gethost $host > /dev/null 2>&1
|
/freebsd/sbin/routed/ |
H A D | parms.c | 224 if (!gethost(dname, &dst)) { in gwkludge() 250 if (!gethost(gname, &gate)) { in gwkludge() 792 || !gethost(buf2,&addr)) in parse_parms() 1005 gethost(char *name, in gethost() function
|
H A D | defs.h | 514 int gethost(char *, naddr *);
|
H A D | main.c | 122 (void)gethost(myname, &myaddr); in main()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 778 gethost(const char *host, u_char *ip) in gethost() function 853 gethost(strval, ip); in parse_oid() 991 gethost(strval, ip); in parse_syntax_ipaddress()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool_y.y | 688 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_htablehosts() 733 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_poolhosts()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 216 extern int gethost(int, char *, i6addr_t *);
|
H A D | ipf_y.y | 2158 if (gethost(AF_INET, name, addrp) == -1) { in lookuphost()
|
/freebsd/contrib/tcsh/ |
H A D | host.defs | 206 gethost(void) 509 hosttype: : gethost() 1182 hosttype: : gethost()
|
H A D | Fixes | 145 1. Detect missing ) in gethost.c (Corinna Vinschen) 149 102. Make gethost use definitions for x __x__ and __x automatically. 960 50. Avoid stdio.h inclusion problem in SCO (gethost.c). 1101 29. Another attempt at the gethost timeout code.
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat_y.y | 1165 if (gethost(family, $1,
|