Searched refs:authority (Results 1 - 6 of 6) sorted by relevance
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | sdb.h | 79 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods 113 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to 123 * function 'authority' (if non-NULL), which must provide an SOA record 125 * these records. The 'authority' function may be NULL if invoking 145 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority 200 * This function may optionally be called from the 'authority' callback
|
| H A D | sdlz.h | 117 * supply an authority method. This method is called when the DNS 120 * function does not supply authority information for the dns 121 * record. A SDLZ driver does not have to implement an authority 188 * If this function supplies authority information for the DNS record 189 * the authority method is not required. If it does not, the 190 * authority function is required. 284 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods 347 * This function may optionally be called from the 'authority'
|
| /bind-9.11.3/bin/tests/system/reclimit/ans2/ |
| H A D | ans.pl | 161 $reply->{authority} = $auth if $auth;
|
| /bind-9.11.3/bin/tests/system/chain/ans4/ |
| H A D | ans.py | 243 r.authority.append(dns.rrset.from_text(domain, ttl, IN, "NS",
|
| /bind-9.11.3/lib/dns/ |
| H A D | sdlz.c | 547 dns_sdlzauthorityfunc_t authority; local 658 if (isorigin && sdlz->dlzimp->methods->authority != NULL) { 660 authority = sdlz->dlzimp->methods->authority; 661 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
|
| H A D | sdb.c | 786 isorigin && imp->methods->authority != NULL)) 792 if (isorigin && imp->methods->authority != NULL) { 794 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
|
Completed in 226 milliseconds