/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | resolv.subr | 255 # f_dialog_input_nameserver [ $n $nameserver ] 257 # Allows the user to edit a given nameserver. The first argument is the 258 # resolv.conf(5) nameserver ``instance'' integer. For example, this will be one 259 # if editing the first nameserver instance, two if editing the second, three if 262 # `nameserver' entry. The second argument is the IPv4 address of the nameserver 267 # value of the Nth `nameserver' instance in resolv.conf(5) else an error is 286 if ( match(tolower($0), /^[[:space:]]*nameserver[[:space:]]+/)) { 341 # Save only if the user changed the nameserver. 345 printf "nameserver\t%s\n" "$new_ns" >> "$RESOLV_CONF" 444 echo "'$tag nameserver' '$ns'"
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 180 struct nameserver *ns; /* the server which we last sent it */ 218 struct nameserver { struct 226 struct nameserver *next, *prev; argument 314 struct nameserver *server_head; 396 static struct nameserver *nameserver_pick(struct evdns_base *base); 402 static void nameserver_send_probe(struct nameserver *const ns); 493 struct nameserver *const ns = (struct nameserver *) arg; in nameserver_prod_callback() 506 nameserver_probe_failed(struct nameserver *const ns) { in nameserver_probe_failed() 549 request_swap_ns(struct request *req, struct nameserver *ns) { in request_swap_ns() 562 nameserver_failed(struct nameserver *const ns, const char *msg) { in nameserver_failed() [all …]
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 180 struct nameserver *ns; /* the server which we last sent it */ 218 struct nameserver { struct 226 struct nameserver *next, *prev; argument 314 struct nameserver *server_head; 396 static struct nameserver *nameserver_pick(struct evdns_base *base); 402 static void nameserver_send_probe(struct nameserver *const ns); 493 struct nameserver *const ns = (struct nameserver *) arg; in nameserver_prod_callback() 506 nameserver_probe_failed(struct nameserver *const ns) { in nameserver_probe_failed() 549 request_swap_ns(struct request *req, struct nameserver *ns) { in request_swap_ns() 562 nameserver_failed(struct nameserver *const ns, const char *msg) { in nameserver_failed() [all …]
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 33 msg_add_nameserver="Add a new nameserver" 83 msg_please_enter_nameserver="Please enter the new IP address of the DNS nameserver:" 84 msg_please_enter_nameserver_existing="Please enter the new IP address of the DNS nameserver\n(set t… 88 msg_removing_nameserver="Removing DNS nameserver from resolv.conf(5)..." 95 msg_saving_nameserver="Saving new DNS nameserver to resolv.conf(5)..." 96 msg_saving_nameserver_existing="Editing DNS nameserver in resolv.conf(5)..." 105 xmsg_please_enter_nameserver_existing="Please enter the new IP address of the DNS nameserver\n(set …
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | resolv.conf | 1 nameserver 127.0.0.1
|
H A D | hosts | 7 # before the nameserver is started.
|
/freebsd/libexec/rc/rc.d/ |
H A D | resolv | 55 echo nameserver $ns
|
/freebsd/usr.sbin/unbound/setup/ |
H A D | local-unbound-setup.sh | 124 nameserver) 151 nameserver)
|
/freebsd/contrib/openresolv/ |
H A D | README.md | 45 nameserver 1.2.3.4 49 nameserver 5.6.7.8
|
H A D | libc.in | 83 prepend_nameservers="$(key_get_value "nameserver " "$base")"
|
/freebsd/sbin/dhclient/ |
H A D | dhclient-script | 214 for nameserver in $new_domain_name_servers; do 215 echo "nameserver $nameserver" >>$tmpres
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | tcpstate | 9 # allow nameserver queries and replies to pass through, but no other UDP
|
/freebsd/contrib/ldns/ldns/ |
H A D | net.h.in | 106 * Sends ptk to the nameserver at the resolver object. Returns the data 109 * \param[out] pkt packet received from the nameserver 117 …* Sends and ldns_buffer (presumably containing a packet to the nameserver at the resolver object. … 120 * \param[out] pkt packet received from the nameserver
|
/freebsd/contrib/ldns-host/ |
H A D | ldns-host.c | 173 ldns_tcp_start(ldns_resolver *res, ldns_pkt *qpkt, int nameserver) { in ldns_tcp_start() argument 183 res->_nameservers[nameserver], ldns_resolver_port(res), &ns_len); in ldns_tcp_start() 270 uint16_t flags, uint32_t ixfr_serial, int nameserver, in ldns_resolver_send_to() argument 280 ldns_resolver_set_nameservers(res, &ns[nameserver]); in ldns_resolver_send_to() 281 ldns_resolver_set_rtt(res, &rtt[nameserver]); in ldns_resolver_send_to()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 448 # f_dialog_validate_tcpip $hostname $gateway $nameserver $ipaddr $netmask 455 local hostname="$1" gateway="$2" nameserver="$3" 465 elif [ "$nameserver" ] && 466 ! f_validate_ipaddr "$nameserver" && 467 ! f_validate_ipaddr6 "$nameserver"; then 623 # Returns nameserver(s) configured in resolv.conf(5). If $var_to_set is missing 633 ( $1 == "nameserver" ) \ 664 # The nameserver to add in resolv.conf(5). 691 printf "nameserver\t%s\n" "$cp" >> "$RESOLV_CONF" 891 # route(8). If the DHCP lease did not provide a nameserver (or likewise, we [all …]
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig | 168 nameserver) # is more trick as we have to distinguish v4 and v6
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 23 speed up processing is called a caching, recursive nameserver. 25 This project aims to develop such a nameserver in modular components, so 244 servers several times. Unbound goes on get the full list of nameserver 275 o Parent and child with different nameserver information. 285 Retries on a validation failure are now 5x to a different nameserver IP
|
H A D | control_proto_spec.txt | 9 ub-dns-control 8953/tcp unbound dns nameserver control
|
/freebsd/crypto/openssh/ |
H A D | README.dns | 23 implementations. If your nameserver has support for the SSHFP RR
|
/freebsd/contrib/unbound/services/ |
H A D | rpz.c | 2416 struct delegpt_ns* nameserver; in rpz_delegation_point_zone_lookup() local 2421 for(nameserver = dp->nslist; in rpz_delegation_point_zone_lookup() 2422 nameserver != NULL; in rpz_delegation_point_zone_lookup() 2423 nameserver = nameserver->next) { in rpz_delegation_point_zone_lookup() 2424 z = rpz_find_zone(zones, nameserver->name, nameserver->namelen, in rpz_delegation_point_zone_lookup() 2427 match->dname = nameserver->name; in rpz_delegation_point_zone_lookup() 2428 match->dname_len = nameserver->namelen; in rpz_delegation_point_zone_lookup()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 236 nameserver
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | README | 30 It probably also will work in conjunction with a nameserver, since matching
|
/freebsd/sbin/natd/samples/ |
H A D | natd.cf.sample | 57 # machine, the nameserver won't be up if natd is called from /etc/rc.firewall
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 32 --fail, don't query the next nameserver on SERVFAIL
|
/freebsd/share/examples/ipfilter/ |
H A D | firewall.2 | 60 # to the main nameserver so secondaries can do zone transfers, SMTP
|