HomeSort by: relevance | last modified time | path
    Searched defs:authority (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
sdb.h 85 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
sdlz.h 124 * 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'
  /src/crypto/external/bsd/openssh/dist/
getrrsetbyname.c 171 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);
  /src/external/bsd/unbound/dist/testcode/
dohclient.c 68 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;
  /src/external/mpl/bind/dist/lib/dns/include/dns/
sdlz.h 123 * 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'
  /src/external/mpl/bind/dist/lib/dns/
sdlz.c 474 dns_sdlzauthorityfunc_t authority; local
597 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
599 authority = sdlz->dlzimp->methods->authority;
600 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
sdlz.c 533 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,
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h 189 dns_rr_t *NULLABLE authority; member in struct:dns_message
273 #define dns_rrtype_soa 6 // [RFC1035] marks the start of a zone of authority
302 #define dns_rrtype_naptr 35 // [RFC2915] [RFC2168] [RFC3403] Naming Authority Pointer
351 #define dns_rrtype_caa 257 // Certification Authority Restriction [RFC6844]
  /src/external/bsd/libpcap/dist/
pcap.c 1789 char *authority; local
1807 * hier-part = "//" authority path-abempty
1812 * authority = [ userinfo "@" ] host [ ":" port ]
1840 * hier-part = "//" authority path-abempty, not
1925 * OK, now start parsing the authority.
1930 authority = get_substring(colonp + 3, authority_len, ebuf);
1931 if (authority == NULL) {
1941 * Now carve the authority field into its components.
1943 parsep = authority;
1961 free(authority);
    [all...]
  /src/external/bsd/libevent/dist/
http.c 4818 /* 2. Optionally, "//" then an 'authority' part. */
4820 char *authority; local
4822 authority = readp;
4824 if (parse_authority(uri, authority, path) < 0)
4855 /* If you didn't get an authority, the path can't begin with "//" */
4858 /* If you did get an authority, the path must begin with "/" or be
evdns.c 293 int n_authority; /* how many authority RRs have been set? */
297 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1045 u16 trans_id, questions, answers, authority, additional, datalength; local
1058 GET16(authority);
1060 (void) authority; /* suppress "unused variable" warnings. */
1193 for (i = 0; i < authority; ++i) {
1244 u16 trans_id, flags, questions, answers, authority, additional; local
1254 GET16(authority);
1258 (void)authority;
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4816 /* 2. Optionally, "//" then an 'authority' part. */
4818 char *authority; local
4820 authority = readp;
4822 if (parse_authority(uri, authority, path) < 0)
4853 /* If you didn't get an authority, the path can't begin with "//" */
4856 /* If you did get an authority, the path must begin with "/" or be
evdns.c 291 int n_authority; /* how many authority RRs have been set? */
295 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1043 u16 trans_id, questions, answers, authority, additional, datalength; local
1056 GET16(authority);
1058 (void) authority; /* suppress "unused variable" warnings. */
1191 for (i = 0; i < authority; ++i) {
1242 u16 trans_id, flags, questions, answers, authority, additional; local
1252 GET16(authority);
1256 (void)authority;
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
http.c 139 char *authority; member in struct:http_cstream
480 stream->authority = isc_mem_get(mctx, stream->authoritylen + AUTHEXTRA);
481 memmove(stream->authority, &uri[stream->up.field_data[ISC_UF_HOST].off],
486 stream->authority +
532 isc_mem_put(mctx, stream->authority,
1018 MAKE_NV(":authority", stream->authority,
1040 MAKE_NV(":authority", stream->authority,

Completed in 95 milliseconds