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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dsdb.h88 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods
122 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
132 * function 'authority' (if non-NULL), which must provide an SOA record
134 * these records. The 'authority' function may be NULL if invoking
154 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority
209 * This function may optionally be called from the 'authority' callback
H A Dsdlz.h126 * supply an authority method. This method is called when the DNS
129 * function does not supply authority information for the dns
130 * record. A SDLZ driver does not have to implement an authority
196 * If this function supplies authority information for the DNS record
197 * the authority method is not required. If it does not, the
198 * authority function is required.
291 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods
354 * This function may optionally be called from the 'authority'
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c169 struct dns_rr *authority; member in struct:dns_response
428 /* parse authority section */
429 resp->authority = parse_dns_rrsection(answer, size, &cp,
431 if (resp->header.nscount && resp->authority == NULL) {
591 free_dns_rr(p->authority);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsdlz.c553 dns_sdlzauthorityfunc_t authority; local
622 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
624 authority = sdlz->dlzimp->methods->authority;
625 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
H A Dsdb.c798 isorigin && imp->methods->authority != NULL))
804 if (isorigin && imp->methods->authority != NULL) {
806 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c288 int n_authority; /* how many authority RRs have been set? */
292 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1024 u16 trans_id, questions, answers, authority, additional, datalength; local
1037 GET16(authority);
1039 (void) authority; /* suppress "unused variable" warnings. */
1174 for (i = 0; i < authority; ++i) {
1225 u16 trans_id, flags, questions, answers, authority, additional; local
1235 GET16(authority);
1239 (void)authority;
[all...]
H A Dhttp.c4573 /* 2. Optionally, "//" then an 'authority' part. */
4575 char *authority; local
4577 authority = readp;
4579 if (parse_authority(uri, authority, path) < 0)
4610 /* If you didn't get an authority, the path can't begin with "//" */
4613 /* If you did get an authority, the path must begin with "/" or be

Completed in 188 milliseconds