Home
last modified time | relevance | path

Searched refs:nameserver (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-9-stable/usr.sbin/sysinstall/
Dtcpip.c61 gateway[IPADDR_FIELD_LEN], nameserver[INET6_ADDRSTRLEN]; variable
90 nameserver, STRINGOBJ, NULL },
251 else if (nameserver[0] && !verifyIP(nameserver, NULL, NULL) && in verifySettings()
252 !verifyIP6(nameserver)) in verifySettings()
274 nameserver, ipaddr, gateway, netmask) == -1) { in dhcpGetInfo()
310 if (!nameserver[0] && file_readable("/etc/resolv.conf")) in dhcpGetInfo()
487 if (!nameserver[0]) { in tcpOpenDialog()
490 SAFE_STRCPY(nameserver, tmp); in tcpOpenDialog()
587 if (nameserver[0]) in tcpOpenDialog()
588 variable_set2(VAR_NAMESERVER, nameserver, 0); in tcpOpenDialog()
Ddhcp.c37 dhcpParseLeases(char *file, char *hostname, char *domain, char *nameserver, in dhcpParseLeases() argument
146 strcpy(nameserver, optbuf); in dhcpParseLeases()
Dinstall.cfg14 nameserver=204.216.27.3
Dsysinstall.h571 extern int dhcpParseLeases(char *file, char *hostname, char *domain, char *nameserver,
/freebsd-9-stable/usr.sbin/bsdconfig/networking/share/
Dresolv.subr256 # f_dialog_input_nameserver [ $n $nameserver ]
258 # Allows the user to edit a given nameserver. The first argument is the
259 # resolv.conf(5) nameserver ``instance'' integer. For example, this will be one
260 # if editing the first nameserver instance, two if editing the second, three if
263 # `nameserver' entry. The second argument is the IPv4 address of the nameserver
268 # value of the Nth `nameserver' instance in resolv.conf(5) else an error is
287 if ( match(tolower($0), /^[[:space:]]*nameserver[[:space:]]+/)) {
342 # Save only if the user changed the nameserver.
346 printf "nameserver\t%s\n" "$new_ns" >> "$RESOLV_CONF"
445 echo "'$tag nameserver' '$ns'"
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Devdns.c179 struct nameserver *ns; /* the server which we last sent it */
217 struct nameserver { struct
225 struct nameserver *next, *prev; argument
313 struct nameserver *server_head;
392 static struct nameserver *nameserver_pick(struct evdns_base *base);
398 static void nameserver_send_probe(struct nameserver *const ns);
489 struct nameserver *const ns = (struct nameserver *) arg; in nameserver_prod_callback()
502 nameserver_probe_failed(struct nameserver *const ns) { in nameserver_probe_failed()
545 request_swap_ns(struct request *req, struct nameserver *ns) { in request_swap_ns()
558 nameserver_failed(struct nameserver *const ns, const char *msg) { in nameserver_failed()
[all …]
/freebsd-9-stable/usr.sbin/bsdconfig/networking/include/
Dmessages.subr34 msg_add_nameserver="Add a new nameserver"
84 msg_please_enter_nameserver="Please enter the new IP address of the DNS nameserver:"
85 msg_please_enter_nameserver_existing="Please enter the new IP address of the DNS nameserver\n(set t…
89 msg_removing_nameserver="Removing DNS nameserver from resolv.conf(5)..."
96 msg_saving_nameserver="Saving new DNS nameserver to resolv.conf(5)..."
97 msg_saving_nameserver_existing="Editing DNS nameserver in resolv.conf(5)..."
104 xmsg_please_enter_nameserver_existing="Please enter the new IP address of the DNS nameserver\n(set …
/freebsd-9-stable/etc/rc.d/
Dresolv53 echo nameserver $ns
/freebsd-9-stable/release/picobsd/floppy.tree/sbin/
Ddhclient-script209 for nameserver in $new_domain_name_servers; do
210 echo "nameserver $nameserver" >>$tmpres
/freebsd-9-stable/sbin/dhclient/
Ddhclient-script211 for nameserver in $new_domain_name_servers; do
212 echo "nameserver $nameserver" >>$tmpres
/freebsd-9-stable/contrib/ipfilter/rules/
Dtcpstate9 # allow nameserver queries and replies to pass through, but no other UDP
/freebsd-9-stable/usr.sbin/bsdconfig/share/media/
Dtcpip.subr449 # f_dialog_validate_tcpip $hostname $gateway $nameserver $ipaddr $netmask
456 local hostname="$1" gateway="$2" nameserver="$3"
466 elif [ "$nameserver" ] &&
467 ! f_validate_ipaddr "$nameserver" &&
468 ! f_validate_ipaddr6 "$nameserver"; then
624 # Returns nameserver(s) configured in resolv.conf(5). If $var_to_set is missing
634 ( $1 == "nameserver" ) \
665 # The nameserver to add in resolv.conf(5).
692 printf "nameserver\t%s\n" "$cp" >> "$RESOLV_CONF"
892 # route(8). If the DHCP lease did not provide a nameserver (or likewise, we
[all …]
/freebsd-9-stable/contrib/openresolv/
Dlibc.in67 name_servers="$(key_get_value "nameserver " "$base")"
/freebsd-9-stable/crypto/openssh/
DREADME.dns23 implementations. If your nameserver has support for the SSHFP RR
/freebsd-9-stable/usr.sbin/bootparamd/bootparamd/
DREADME31 It probably also will work in conjunction with a nameserver, since matching
/freebsd-9-stable/share/doc/psd/21.ipc/
Dspell.ok236 nameserver
/freebsd-9-stable/sbin/natd/samples/
Dnatd.cf.sample58 # machine, the nameserver won't be up if natd is called from /etc/rc.firewall
/freebsd-9-stable/share/examples/ipfilter/
Dfirewall.261 # to the main nameserver so secondaries can do zone transfers, SMTP
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dshortcuts.hlp35 nameserver IP address of name server
/freebsd-9-stable/contrib/bind9/
DFAQ107 Q: I can query the nameserver from the nameserver but not from other
336 Q: I want to forward all DNS queries from my caching nameserver to another
344 forwarders { <ip.of.primary.nameserver>; };
518 additional section processing to make it work. No nameserver
/freebsd-9-stable/usr.sbin/faithd/
DREADME37 The address mapping can be performed by hand:-), by special nameserver on
/freebsd-9-stable/contrib/tcp_wrappers/
DREADME.NIS6 > on which IP address is returned first from the nameserver for a given
/freebsd-9-stable/usr.sbin/bsdconfig/share/
Dvariable.subr265 f_variable_new VAR_NAMESERVER nameserver
/freebsd-9-stable/contrib/sendmail/contrib/
Dbsdi.mc67 dnl # for example, foo.bar.com) *and* you are not running a nameserver
/freebsd-9-stable/share/examples/ppp/
Dppp.conf.sample69 # nameserver addresses that should be used. This isn't always supported
71 # the correct nameserver values at connection time.

12