| /freebsd-9-stable/usr.sbin/sysinstall/ |
| D | tcpip.c | 61 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()
|
| D | dhcp.c | 37 dhcpParseLeases(char *file, char *hostname, char *domain, char *nameserver, in dhcpParseLeases() argument 146 strcpy(nameserver, optbuf); in dhcpParseLeases()
|
| D | install.cfg | 14 nameserver=204.216.27.3
|
| D | sysinstall.h | 571 extern int dhcpParseLeases(char *file, char *hostname, char *domain, char *nameserver,
|
| /freebsd-9-stable/usr.sbin/bsdconfig/networking/share/ |
| D | resolv.subr | 256 # 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/ |
| D | evdns.c | 179 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/ |
| D | messages.subr | 34 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/ |
| D | resolv | 53 echo nameserver $ns
|
| /freebsd-9-stable/release/picobsd/floppy.tree/sbin/ |
| D | dhclient-script | 209 for nameserver in $new_domain_name_servers; do 210 echo "nameserver $nameserver" >>$tmpres
|
| /freebsd-9-stable/sbin/dhclient/ |
| D | dhclient-script | 211 for nameserver in $new_domain_name_servers; do 212 echo "nameserver $nameserver" >>$tmpres
|
| /freebsd-9-stable/contrib/ipfilter/rules/ |
| D | tcpstate | 9 # allow nameserver queries and replies to pass through, but no other UDP
|
| /freebsd-9-stable/usr.sbin/bsdconfig/share/media/ |
| D | tcpip.subr | 449 # 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/ |
| D | libc.in | 67 name_servers="$(key_get_value "nameserver " "$base")"
|
| /freebsd-9-stable/crypto/openssh/ |
| D | README.dns | 23 implementations. If your nameserver has support for the SSHFP RR
|
| /freebsd-9-stable/usr.sbin/bootparamd/bootparamd/ |
| D | README | 31 It probably also will work in conjunction with a nameserver, since matching
|
| /freebsd-9-stable/share/doc/psd/21.ipc/ |
| D | spell.ok | 236 nameserver
|
| /freebsd-9-stable/sbin/natd/samples/ |
| D | natd.cf.sample | 58 # machine, the nameserver won't be up if natd is called from /etc/rc.firewall
|
| /freebsd-9-stable/share/examples/ipfilter/ |
| D | firewall.2 | 61 # to the main nameserver so secondaries can do zone transfers, SMTP
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | shortcuts.hlp | 35 nameserver IP address of name server
|
| /freebsd-9-stable/contrib/bind9/ |
| D | FAQ | 107 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/ |
| D | README | 37 The address mapping can be performed by hand:-), by special nameserver on
|
| /freebsd-9-stable/contrib/tcp_wrappers/ |
| D | README.NIS | 6 > on which IP address is returned first from the nameserver for a given
|
| /freebsd-9-stable/usr.sbin/bsdconfig/share/ |
| D | variable.subr | 265 f_variable_new VAR_NAMESERVER nameserver
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | bsdi.mc | 67 dnl # for example, foo.bar.com) *and* you are not running a nameserver
|
| /freebsd-9-stable/share/examples/ppp/ |
| D | ppp.conf.sample | 69 # nameserver addresses that should be used. This isn't always supported 71 # the correct nameserver values at connection time.
|