Searched refs:resolv (Results 1 - 25 of 169) sorted by path

1234567

/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h779 * Should be included before <resolv.h>.
807 * Actions to take if <resolv.h> exists.
811 * On AIX 5.2, both <resolv.h> and <arpa/nameser_compat.h> define MAXDNAME,
818 # include <resolv.h>
/freebsd-11-stable/contrib/dma/
H A Ddns.c43 #include <resolv.h>
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhv_get_dns_info2 # This script parses /etc/resolv.conf to retrive DNS information.
7 #if test -r /etc/resolv.conf
9 # awk -- '/^nameserver/ { print $2 }' /etc/resolv.conf
11 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
H A Dhv_set_ifconfig51 sed -i".bak" '/nameserver/d' /etc/resolv.conf
52 echo "nameserver" $DNS >> /etc/resolv.conf
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c42 #include <resolv.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_resolv.sh28 atf_test_case resolv
41 atf_add_test_case resolv
/freebsd-11-stable/contrib/netcat/
H A Dsocks.c40 #include <resolv.h>
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_intres.c86 # include <resolv.h>
905 * This is ad-hoc. Reload /etc/resolv.conf once per minute
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3036 /* resolv.conf. */
3122 /* when parsing resolv.conf we push elements in the wrong order */
3311 /* Parsing resolv.conf files */
3432 * resolv.conf parser. */
3611 char *resolv; local
3615 log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename);
3624 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) {
3634 start = resolv;
3656 mm_free(resolv);
3961 r = evdns_base_resolv_conf_parse(base, DNS_OPTIONS_ALL, "/etc/resolv
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c33 #include <netinet/in.h> /* Required by resolv.h. */
34 #include <resolv.h>
/freebsd-11-stable/contrib/openresolv/
H A Dlibc.in82 SYSCONFDIR="$SYSCONFDIR/resolvconf/resolv.conf.d"
83 base="$SYSCONFDIR/resolv.conf.d/base"
91 if [ -f "$SYSCONFDIR"/resolv.conf.d/head ]; then
92 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.d/head)"
94 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
95 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
98 : ${resolv_conf:=/etc/resolv.conf}
101 if [ "${resolv_conf_head-x}" = x -a -f "$SYSCONFDIR"/resolv.conf.head ]; then
102 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.head)"
104 if [ "${resolv_conf_tail-x}" = x -a -f "$SYSCONFDIR"/resolv
[all...]
H A Dresolvconf.conf4 resolv_conf=/etc/resolv.conf
H A Dresolvconf.in89 (DNS supplied via stdin in resolv.conf format)
124 # in resolv.conf(5)
167 # Parse resolv.conf's and make variables
178 "# resolv.conf from "*)
180 iface="${line#\# resolv.conf from *}"
372 echo "# resolv.conf from $1"
373 # Our variable maker works of the fact each resolv.conf per interface
458 echo "No resolv.conf for interface $i" >&2
669 # -l lists our resolv files, optionally for a specific interface
743 warn "No resolv
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c26 #include <resolv.h>
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec80 rm -f /var/unbound/dev/log /var/unbound/dev/random /var/unbound/etc/localtime /var/unbound/etc/resolv.conf >/dev/null 2>&1
/freebsd-11-stable/crypto/heimdal/
H A DMakefile.in87 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.in86 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.in84 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in86 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in84 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in85 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.in86 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in86 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A DMakefile.in86 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A DMakefile.in87 $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \

Completed in 231 milliseconds

1234567