Home
last modified time | relevance | path

Searched refs:rr_type (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c338 (*rr)->rr_type = type;
786 rr_type2tag(rr_type) in rr_type2tag() argument
787 int rr_type; in rr_type2tag()
789 switch (rr_type)
831 dnscrtrr(domain, query, qtype, value, rr_type, flags, herr, adp, answer, anslen, anspos) in dnscrtrr() argument
836 int rr_type;
900 if (rr_type == T_A)
906 query, qtype, domain, C_IN, rr_type, ttl,
911 if (rr_type == T_AAAA)
916 query, qtype, domain, C_IN, rr_type, ttl,
[all …]
H A Dsm_resolve.h98 unsigned int rr_type; member
H A Ddomain.c363 if (rr->rr_type != T_TLSA)
365 if (rr->rr_type != T_CNAME && tTd(8, 8))
367 dns_type_to_string(rr->rr_type));
426 if (rr->rr_type != T_CNAME)
H A Dmain.c4736 int rr_type, family; local
4739 rr_type = T_A;
4755 rr_type = dns_string_to_type(q);
4756 if (rr_type == T_A)
4759 if (rr_type == T_AAAA)
4774 r = dns_lookup_int(p, C_IN, rr_type,
H A Dmap.c1531 switch (rr->rr_type)
1583 if (map_p->dns_m_type != rr->rr_type)
1588 rr->rr_type,
1594 if (rr->rr_type == T_AAAA && value == NULL)
1606 rr->rr_type,
/freebsd/contrib/unbound/services/
H A Drpz.c150 rpz_type_ignored(uint16_t rr_type) in rpz_type_ignored() argument
152 switch(rr_type) { in rpz_type_ignored()
178 rpz_rr_to_action(uint16_t rr_type, uint8_t* rdatawl, size_t rdatalen) in rpz_rr_to_action() argument
185 switch(rr_type) { in rpz_rr_to_action()
204 log_assert(rr_type == LDNS_RR_TYPE_CNAME); in rpz_rr_to_action()
1078 size_t dnamelen, uint16_t rr_type, uint16_t rr_class, uint32_t rr_ttl, in rpz_insert_rr() argument
1087 if(rpz_type_ignored(rr_type)) { in rpz_insert_rr()
1113 a = rpz_rr_to_action(rr_type, rdatawl, rdatalen); in rpz_insert_rr()
1128 a, rr_type, rr_class, rr_ttl, rdatawl, rdatalen, rr, in rpz_insert_rr()
1132 a, rr_type, rr_class, rr_ttl, rdatawl, rdatalen, rr, in rpz_insert_rr()
[all …]
H A Drpz.h146 size_t dnamelen, uint16_t rr_type, uint16_t rr_class, uint32_t rr_ttl,
162 uint8_t* dname, size_t dnamelen, uint16_t rr_type, uint16_t rr_class,
H A Dauthzone.c667 domain_remove_rrset(struct auth_data* node, uint16_t rr_type) in domain_remove_rrset() argument
674 if(rrset->type == rr_type) { in domain_remove_rrset()
865 rrset_create(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl, in rrset_create() argument
876 rrset->type = rr_type; in rrset_create()
905 while(p && p->type<=rr_type) { in rrset_create()
918 rrsig_num_that_cover(struct auth_rrset* rrsig, uint16_t rr_type, size_t* sigsz) in rrsig_num_that_cover() argument
926 d->rr_len[i]) == rr_type) { in rrsig_num_that_cover()
936 rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type, in rrset_moveover_rrsigs() argument
944 log_assert(rrset->type == rr_type); in rrset_moveover_rrsigs()
946 sigs = rrsig_num_that_cover(rrsig, rr_type, &sigsz); in rrset_moveover_rrsigs()
[all …]
H A Dlocalzone.c642 uint16_t rr_class, rr_type; in lz_enter_rr_str() local
647 if(!get_rr_nameclass(rr, &rr_name, &rr_class, &rr_type)) { in lz_enter_rr_str()
653 z = local_zones_lookup(zones, rr_name, len, labs, rr_class, rr_type); in lz_enter_rr_str()
1045 uint16_t rr_class, rr_type; in lz_setup_implicit() local
1048 if(!get_rr_nameclass(p->str, &rr_name, &rr_class, &rr_type)) { in lz_setup_implicit()
1055 rr_type)) { in lz_setup_implicit()
1062 rr_name, len, labs, LDNS_RR_CLASS_IN, rr_type); in lz_setup_implicit()
2083 uint16_t rr_class, rr_type; in local_zones_add_RR() local
2088 if(!get_rr_nameclass(rr, &rr_name, &rr_class, &rr_type)) { in local_zones_add_RR()
2095 z = local_zones_lookup(zones, rr_name, len, labs, rr_class, rr_type); in local_zones_add_RR()
/freebsd/contrib/ldns/
H A Dpacket.c1023 ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags, in ldns_pkt_query_new_frm_str_internal() argument
1046 if (rr_type == 0) { in ldns_pkt_query_new_frm_str_internal()
1047 rr_type = LDNS_RR_TYPE_A; in ldns_pkt_query_new_frm_str_internal()
1055 ldns_rr_set_type(question_rr, rr_type); in ldns_pkt_query_new_frm_str_internal()
1083 ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags) in ldns_pkt_query_new_frm_str() argument
1085 return ldns_pkt_query_new_frm_str_internal(p, name, rr_type, in ldns_pkt_query_new_frm_str()
1106 ldns_pkt_query_new_internal(ldns_rdf *rr_name, ldns_rr_type rr_type, in ldns_pkt_query_new_internal() argument
1127 if (rr_type == 0) { in ldns_pkt_query_new_internal()
1128 rr_type = LDNS_RR_TYPE_A; in ldns_pkt_query_new_internal()
1135 ldns_rr_set_type(question_rr, rr_type); in ldns_pkt_query_new_internal()
[all …]
H A Ddnssec_zone.c171 ldns_rr_type rr_type; in ldns_dnssec_rrsets_new_frm_rr() local
175 rr_type = ldns_rr_get_type(rr); in ldns_dnssec_rrsets_new_frm_rr()
176 if (rr_type == LDNS_RR_TYPE_RRSIG) { in ldns_dnssec_rrsets_new_frm_rr()
178 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr)); in ldns_dnssec_rrsets_new_frm_rr()
189 new_rrsets->type = rr_type; in ldns_dnssec_rrsets_new_frm_rr()
197 ldns_rr_type rr_type; in ldns_dnssec_rrsets_add_rr() local
205 rr_type = ldns_rr_get_type(rr); in ldns_dnssec_rrsets_add_rr()
207 if (rr_type == LDNS_RR_TYPE_RRSIG) { in ldns_dnssec_rrsets_add_rr()
209 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr)); in ldns_dnssec_rrsets_add_rr()
216 rrsets->type = rr_type; in ldns_dnssec_rrsets_add_rr()
[all …]
H A Drr.c127 ldns_rr_type rr_type; in ldns_rr_new_frm_str_internal() local
344 rr_type = ldns_get_rr_type_by_name(type); in ldns_rr_new_frm_str_internal()
347 desc = ldns_rr_descript((uint16_t)rr_type); in ldns_rr_new_frm_str_internal()
348 ldns_rr_set_type(new, rr_type); in ldns_rr_new_frm_str_internal()
591 : ( rr_type == LDNS_RR_TYPE_SOA ? in ldns_rr_new_frm_str_internal()
601 && (origin || rr_type == LDNS_RR_TYPE_SOA) in ldns_rr_new_frm_str_internal()
829 ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type) in ldns_rr_set_type() argument
831 rr->_rr_type = rr_type; in ldns_rr_set_type()
/freebsd/contrib/ldns/ldns/
H A Dpacket.h806 ldns_status ldns_pkt_query_new_frm_str(ldns_pkt **p, const char *rr_name, ldns_rr_type rr_type, ldn…
829 ldns_pkt *ldns_pkt_query_new(ldns_rdf *rr_name, ldns_rr_type rr_type, ldns_rr_class rr_class, uint1…
H A Drr.h514 void ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type);
/freebsd/contrib/smbfs/include/netsmb/
H A Dnb_lib.h76 u_int16_t rr_type; member
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c522 dns_lookup_int(const char *domain, int rr_class, int rr_type) in dns_lookup_int() argument
557 rr_class, rk_dns_type_to_string(rr_type), len); in dns_lookup_int()
565 size = resolve_search(handle, domain, rr_class, rr_type, reply, len); in dns_lookup_int()
569 domain, rr_class, rk_dns_type_to_string(rr_type), size); in dns_lookup_int()
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c482 uint16_t rr_type, size_t r_cnt, size_t r_max, size_t dname_len, in rrinternal_parse_rdf() argument
497 } else if(rr_type == LDNS_RR_TYPE_SOA) { in rrinternal_parse_rdf()
748 uint8_t* rr, size_t* rr_len, size_t dname_len, uint16_t rr_type, in rrinternal_parse_rdata() argument
751 const sldns_rr_descriptor *desc = sldns_rr_descript((uint16_t)rr_type); in rrinternal_parse_rdata()
817 rr_type, r_cnt, r_max, dname_len, origin, in rrinternal_parse_rdata()
844 if (rr_type == LDNS_RR_TYPE_SVCB || rr_type == LDNS_RR_TYPE_HTTPS) { in rrinternal_parse_rdata()
/freebsd/contrib/smbfs/lib/smb/
H A Dnbns_rq.c199 mb_get_uint16be(mbp, &rrp->rr_type); in nbns_rq_getrr()
/freebsd/usr.sbin/rrenumd/
H A Drrenumd.c240 irr->rr_type = ICMP6_ROUTER_RENUMBERING; in config()
/freebsd/sys/netinet/
H A Dicmp6.h491 #define rr_type rr_hdr.icmp6_type macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c425 #define rr_type rr_hdr.icmp6_type macro