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

  /src/external/bsd/nsd/dist/
xfrd-notify.h 53 const dname_type* apex; member in struct:notify_zone
86 void xfrd_send_notify(rbtree_type* tree, const struct dname* apex,
94 const dname_type* apex, struct xfrd_soa* new_soa);
namedb.h 113 from zone-apex pointers, also the root has one
126 domain_type* apex; member in struct:zone
xfrd.h 114 /* tree of zones, by apex name, contains xfrd_zone_type*. Only secondary zones. */
117 /* tree of zones, by apex name, contains notify_zone*. All zones. */
136 /* name of RR is zone apex dname */
160 const dname_type* apex; member in struct:xfrd_zone
difffile.c 316 if(domain == rrset->zone->apex && rrset_rrtype(rrset) == TYPE_RRSIG) {
577 if(domain != zone->apex && domain->nsec3 &&
763 if(rrnum == -1 && type == TYPE_SOA && domain == zone->apex
825 if(domain == zone->apex) {
976 if(domain == zone->apex) {
985 * until we hit the apex or root */
1039 domain_type *domain = zone->apex, *next;
1041 /* go through entire tree below the zone apex (incl subzones) */
1042 while(domain && domain_is_subdomain(domain, zone->apex))
1069 domain = zone->apex;
1581 const dname_type* apex, *ns, *em; local
    [all...]
  /src/external/bsd/unbound/dist/services/
authzone.c 1717 /* if this is zone apex, write SOA first */
1887 struct auth_data* apex; local
1903 apex = az_find_name(z, z->name, z->namelen);
1904 if(!apex) {
1905 *reason = "zone has no apex";
1908 zonemd_rrset = az_domain_rrset(apex, LDNS_RR_TYPE_ZONEMD);
1990 /** find the apex SOA RRset, if it exists */
1993 struct auth_data* apex; local
1995 apex = az_find_name(z, z->name, z->namelen);
1996 if(!apex) return NULL
2005 struct auth_data* apex; local
2032 struct auth_data* apex; local
2603 struct auth_data* apex = az_find_name(z, z->name, z->namelen); local
2852 struct auth_data* apex; local
8128 struct auth_data* apex = NULL; local
8234 struct auth_data* apex; local
8295 struct auth_data* apex; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 996 * SOA, NS, and DNSKEY can only exist at a zone apex, so a positive
1004 * due to the "apex-only" nature of these types. Note that if the
1010 * correct zone cut, possibly via a separate query for an "apex-only"
1051 * Direct query for apex records or DS.
1062 * Indirect query for apex records or DS.
7165 dns_name_t *apex = NULL; local
7171 apex = (ISDUALSTACK(fctx->addrinfo) || !ISFORWARDER(fctx->addrinfo))
7178 rel = dns_name_fullcompare(name, apex, &(int){ 0 },
7194 /* If 'name' is 'apex', no further checking is needed. */
7199 * If there is a locally served zone between 'apex' and 'name
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 6919 dns_name_t *apex = NULL; local
6925 apex = (ISDUALSTACK(fctx->addrinfo) || !ISFORWARDER(fctx->addrinfo))
6932 rel = dns_name_fullcompare(name, apex, &(int){ 0 },
6948 /* If 'name' is 'apex', no further checking is needed. */
6953 * If there is a locally served zone between 'apex' and 'name'
6961 zname, apex, &(int){ 0 }, &(unsigned int){ 0U });

Completed in 126 milliseconds