Searched refs:authority (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/bin/tests/system/ttl/
H A Dtests_cache_ttl.py31 for rr in response.answer + response.authority:
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
H A Dans.py93 r.authority.append(
128 r.authority.append(
139 r.authority.append(
157 r.authority.append(
168 r.authority.append(
182 r.authority.append(
190 r.authority.append(
210 r.authority.append(
217 r.authority.append(
248 r.authority
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans4/
H A Dans.py122 r.authority.append(
145 r.authority.append(
151 r.authority.append(
178 r.authority.append(
212 r.authority.append(
223 r.authority.append(
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans3/
H A Dans.py121 r.authority.append(
127 r.authority.append(
146 r.authority.append(
156 r.authority.append(
170 r.authority.append(
181 r.authority.append(
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D90-test_store.t439 my ($file, $isdir, $authority) = @_;
479 return "file://$authority$file" if defined $authority;
490 my ($file, $isdir, $authority) = @_;
493 return to_file_uri(to_abs_file($file), $isdir, $authority);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dsdb.h85 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods
119 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
129 * function 'authority' (if non-NULL), which must provide an SOA record
131 * these records. The 'authority' function may be NULL if invoking
151 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority
206 * This function may optionally be called from the 'authority' callback
H A Dsdlz.h124 * supply an authority method. This method is called when the DNS
127 * function does not supply authority information for the dns
128 * record. A SDLZ driver does not have to implement an authority
195 * If this function supplies authority information for the DNS record
196 * the authority method is not required. If it does not, the
197 * authority function is required.
283 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods
342 * This function may optionally be called from the 'authority'
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dsdb.h84 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods
118 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
128 * function 'authority' (if non-NULL), which must provide an SOA record
130 * these records. The 'authority' function may be NULL if invoking
150 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority
205 * This function may optionally be called from the 'authority' callback
H A Dsdlz.h123 * supply an authority method. This method is called when the DNS
126 * function does not supply authority information for the dns
127 * record. A SDLZ driver does not have to implement an authority
194 * If this function supplies authority information for the DNS record
195 * the authority method is not required. If it does not, the
196 * authority function is required.
282 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods
341 * This function may optionally be called from the 'authority'
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D90-test_store.t549 my ($file, $isdir, $authority) = @_;
589 return "file://$authority$file" if defined $authority;
600 my ($file, $isdir, $authority) = @_;
603 return to_file_uri(to_abs_file($file), $isdir, $authority);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c171 struct dns_rr *authority; member in struct:dns_response
443 /* parse authority section */
444 resp->authority = parse_dns_rrsection(answer, size, &cp,
446 if (resp->header.nscount && resp->authority == NULL) {
606 free_dns_rr(p->authority);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Ddohclient.c68 const char* authority; member in struct:http2_session
193 headers[3].name = (uint8_t*)":authority";
194 headers[3].value = (uint8_t*)h2_session->authority;
506 fd = open_svr(h2_session->authority, port);
591 h2_session->authority = "127.0.0.1";
619 h2_session->authority = optarg;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl169 $reply->{authority} = $auth if $auth;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl173 $reply->{authority} = $auth if $auth;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/ans10/
H A Dans.py76 r.authority.append(dns.rrset.from_text(qname, 1, IN, SOA, ". . 0 0 0 0 0"))
/netbsd-current/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
H A Dans.py70 r.authority.append(dns.rrset.from_text(qname, 1, IN, SOA, ". . 0 0 0 0 0"))
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap.c1738 char *authority; local
1756 * hier-part = "//" authority path-abempty
1761 * authority = [ userinfo "@" ] host [ ":" port ]
1789 * hier-part = "//" authority path-abempty, not
1874 * OK, now start parsing the authority.
1879 authority = get_substring(colonp + 3, authority_len, ebuf);
1880 if (authority == NULL) {
1890 * Now carve the authority field into its components.
1892 parsep = authority;
1910 free(authority);
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/forward/ans11/
H A Dans.py129 r.authority.append(dns.rrset.from_text(qname, 300, IN, SOA, ". . 0 0 0 0 0"))
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dsdb.c736 !(result == ISC_R_NOTFOUND && imp->methods->authority != NULL))
742 if (imp->methods->authority != NULL) {
744 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
824 imp->methods->authority != NULL))
830 if (isorigin && imp->methods->authority != NULL) {
832 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
H A Dsdlz.c533 dns_sdlzauthorityfunc_t authority; local
654 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
656 authority = sdlz->dlzimp->methods->authority;
657 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dsdb.c736 !(result == ISC_R_NOTFOUND && imp->methods->authority != NULL))
742 if (imp->methods->authority != NULL) {
744 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
824 imp->methods->authority != NULL))
830 if (isorigin && imp->methods->authority != NULL) {
832 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans4/
H A Dans.py277 r.authority.append(
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cookie/ans9/
H A Dans.py111 r.authority.append(dns.rrset.from_text(qname, 1, IN, SOA, ". . 0 0 0 0 0"))
/netbsd-current/external/bsd/nsd/dist/doc/
H A Ddifferences.tex242 \subsubsection{b-soattl - BIND sets SOA TTL in authority section to 0 for SOA queries}
497 BIND includes an additional RR in the authority section of the reply:
690 gives FORMERR (due to the RR in the authority section). NSD 3 returns
793 \subsection{b8-auth-any - BIND 8 includes an authority section on queries for ANY .}
796 BIND8 includes an authority section on queries for class ANY .
797 BIND9 and NSD return an empty authority section.
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1316 PyObject* question, PyObject* answer, PyObject* authority, PyObject* additional)
1329 if ((!checkList(question)) || (!checkList(answer)) || (!checkList(authority)) || (!checkList(additional)))
1365 if(res && !pushRRList(qb, authority, default_ttl, 0, LDNS_NSCOUNT_OFF))
1379 PyObject* question, PyObject* answer, PyObject* authority, PyObject* additional);
1392 self.authority = []
1399 self.question, self.answer, self.authority, self.additional)

Completed in 460 milliseconds

12