Searched refs:rr_type (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/sendmail/src/
H A Dsm_resolve.h92 unsigned int rr_type; member in struct:resource_record
H A Dsm_resolve.c255 (*rr)->rr_type = type;
379 ** rr_type -- resource record type
389 dns_lookup_int(domain, rr_class, rr_type, retrans, retry)
392 int rr_type;
414 rr_class, dns_type_to_string(rr_type));
429 len = res_search(domain, rr_class, rr_type, reply, SMRBSIZE);
449 len = res_search(domain, rr_class, rr_type,
457 domain, rr_class, dns_type_to_string(rr_type), len);
H A Dmap.c1258 switch (rr->rr_type)
1304 if (map_p->dns_m_type != rr->rr_type)
1309 rr->rr_type,
1315 if (rr->rr_type == T_AAAA && value == NULL)
1327 rr->rr_type,
/freebsd-10.1-release/contrib/ldns/
H A Ddnssec_zone.c170 ldns_rr_type rr_type; local
174 rr_type = ldns_rr_get_type(rr);
175 if (rr_type == LDNS_RR_TYPE_RRSIG) {
177 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr));
188 new_rrsets->type = rr_type;
196 ldns_rr_type rr_type; local
204 rr_type = ldns_rr_get_type(rr);
206 if (rr_type == LDNS_RR_TYPE_RRSIG) {
208 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr));
215 rrsets->type = rr_type;
452 ldns_rr_type rr_type; local
[all...]
H A Dpacket.c910 ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags,
931 if (rr_type == 0) {
932 rr_type = LDNS_RR_TYPE_A;
940 ldns_rr_set_type(question_rr, rr_type);
968 ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags)
970 return ldns_pkt_query_new_frm_str_internal(p, name, rr_type,
991 ldns_pkt_query_new_internal(ldns_rdf *rr_name, ldns_rr_type rr_type, argument
1012 if (rr_type == 0) {
1013 rr_type = LDNS_RR_TYPE_A;
1020 ldns_rr_set_type(question_rr, rr_type);
909 ldns_pkt_query_new_frm_str_internal(ldns_pkt **p, const char *name, ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags, ldns_rr* authsoa_rr) argument
967 ldns_pkt_query_new_frm_str(ldns_pkt **p, const char *name, ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags) argument
1034 ldns_pkt_query_new(ldns_rdf *rr_name, ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags) argument
[all...]
H A Drr.c119 ldns_rr_type rr_type; local
327 rr_type = ldns_get_rr_type_by_name(type);
330 desc = ldns_rr_descript((uint16_t)rr_type);
331 ldns_rr_set_type(new, rr_type);
562 : ( rr_type == LDNS_RR_TYPE_SOA ?
792 ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type) argument
794 rr->_rr_type = rr_type;
2423 * Alternatively rr.c could have provided an iterator for rr_type or
/freebsd-10.1-release/contrib/smbfs/include/netsmb/
H A Dnb_lib.h76 u_int16_t rr_type; member in struct:nbns_rr
/freebsd-10.1-release/contrib/ldns/ldns/
H A Dpacket.h766 * \param[in] rr_type the type to query for
771 ldns_status ldns_pkt_query_new_frm_str(ldns_pkt **p, const char *rr_name, ldns_rr_type rr_type, ldns_rr_class rr_class , uint16_t flags);
788 * \param[in] rr_type the type to query for
793 ldns_pkt *ldns_pkt_query_new(ldns_rdf *rr_name, ldns_rr_type rr_type, ldns_rr_class rr_class, uint16_t flags);
H A Drr.h501 * \param[in] rr_type set to this type
504 void ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type);
908 * \return rr_type of the first element, or 0 if the list is empty
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dresolve.c522 dns_lookup_int(const char *domain, int rr_class, int rr_type) argument
557 rr_class, rk_dns_type_to_string(rr_type), len);
565 size = resolve_search(handle, domain, rr_class, rr_type, reply, len);
569 domain, rr_class, rk_dns_type_to_string(rr_type), size);
/freebsd-10.1-release/contrib/tcpdump/
H A Dicmp6.h424 #define rr_type rr_hdr.icmp6_type macro
/freebsd-10.1-release/contrib/unbound/ldns/
H A Dstr2wire.c466 uint16_t rr_type, uint16_t r_cnt, uint16_t r_max, size_t dname_len,
481 } else if(rr_type == LDNS_RR_TYPE_SOA) {
612 uint8_t* rr, size_t* rr_len, size_t dname_len, uint16_t rr_type,
615 const sldns_rr_descriptor *desc = sldns_rr_descript((uint16_t)rr_type);
672 rr_type, r_cnt, r_max, dname_len, origin,
464 rrinternal_parse_rdf(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t rr_len, size_t* rr_cur_len, sldns_rdf_type rdftype, uint16_t rr_type, uint16_t r_cnt, uint16_t r_max, size_t dname_len, uint8_t* origin, size_t origin_len) argument
611 rrinternal_parse_rdata(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t* rr_len, size_t dname_len, uint16_t rr_type, uint8_t* origin, size_t origin_len) argument
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A Dnbns_rq.c199 mb_get_uint16be(mbp, &rrp->rr_type);
/freebsd-10.1-release/usr.sbin/rrenumd/
H A Drrenumd.c240 irr->rr_type = ICMP6_ROUTER_RENUMBERING;
/freebsd-10.1-release/sys/netinet/
H A Dicmp6.h462 #define rr_type rr_hdr.icmp6_type macro

Completed in 274 milliseconds