| /src/external/bsd/nsd/dist/ |
| namedb.h | 27 typedef struct rr rr_type; typedef in typeref:struct:rr 131 rr_type* nsec3_param; /* NSEC3PARAM RR of chain in use or NULL */ 190 * array of rr_type pointers. This is then accessed in an aligned 193 * The rr_type pointers for the rrs are stored after the struct rrset, 199 * the space used by the rr_type** rrs array pointer. 203 rr_type** rrs; 207 rr_type* rrs[]; /* c99 flexible array */ 351 uint16_t rr_rrsig_type_covered(rr_type* rr); 441 rr_type *zone_rr_iter_next(zone_rr_iter_type *iter);
|
| query.c | 684 uint16_t rr_type; member in struct:additional_rr_types 756 for (j = 0; types[j].rr_type != 0; ++j) { 758 additional, query->zone, types[j].rr_type); 931 + sizeof(rr_type*) 938 rrset->rrs = (rr_type**) region_alloc(q->region, sizeof(rr_type*)); 940 rrset->rrs[0] = (rr_type*) region_alloc(q->region, 941 sizeof(rr_type)+sizeof(void*)); 942 memset(rrset->rrs[0], 0, sizeof(rr_type));
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| dns-sd.c | 368 static char *DNSTypeName(unsigned short rr_type) 370 switch (rr_type) 441 snprintf(buffer, sizeof(buffer), "TYPE%d", rr_type); 1152 char rr_type[RR_TYPE_SIZE]; local 1176 strncpy(rr_type, DNSTypeName(rrtype), sizeof(rr_type)); 1231 op, flags, dnssec_result, ifIndex, fullname, rr_type, rr_class, rdb);
|
| /src/external/bsd/unbound/dist/services/ |
| localzone.c | 660 uint16_t rr_class, rr_type; local 665 if(!get_rr_nameclass(rr, &rr_name, &rr_class, &rr_type)) { 671 z = local_zones_lookup(zones, rr_name, len, labs, rr_class, rr_type, 1); 1063 uint16_t rr_class, rr_type; local 1066 if(!get_rr_nameclass(p->str, &rr_name, &rr_class, &rr_type)) { 1073 rr_type, 1)) { 1080 rr_name, len, labs, LDNS_RR_CLASS_IN, rr_type, 2122 uint16_t rr_class, rr_type; local 2127 if(!get_rr_nameclass(rr, &rr_name, &rr_class, &rr_type)) { 2134 z = local_zones_lookup(zones, rr_name, len, labs, rr_class, rr_type, [all...] |
| authzone.c | 667 domain_remove_rrset(struct auth_data* node, uint16_t rr_type) 674 if(rrset->type == rr_type) { 865 rrset_create(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl, 876 rrset->type = rr_type; 905 while(p && p->type<=rr_type) { 909 /* so, prev is smaller, and p is larger than rr_type */ 918 rrsig_num_that_cover(struct auth_rrset* rrsig, uint16_t rr_type, size_t* sigsz) 926 d->rr_len[i]) == rr_type) { 936 rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type, 944 log_assert(rrset->type == rr_type); 1166 uint16_t rr_type = sldns_wirerr_get_type(rr, rr_len, dname_len); local 1275 uint16_t rr_type = sldns_wirerr_get_type(rr, rr_len, dname_len); local 4926 uint16_t rr_type, rr_class, rr_rdlen; local 5063 uint16_t rr_type, rr_class, rr_rdlen; local [all...] |
| /src/sys/netinet/ |
| icmp6.h | 490 #define rr_type rr_hdr.icmp6_type macro
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 1931 uint16_t rr_type; local 1934 rr_type = dns_rrtype_a; 1937 rr_type = dns_rrtype_aaaa; 1945 wire.data, rr_type); 1949 towire.p - wire.data, wire.data, rr_type); 1953 towire.p - wire.data, wire.data, rr_type); 1958 towire.p - wire.data, wire.data, rr_type);
|
| /src/external/bsd/tcpdump/dist/ |
| print-icmp6.c | 446 #define rr_type rr_hdr.icmp6_type macro
|