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

/freebsd-10.0-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.0-release/contrib/ldns/
H A Ddnssec_zone.c171 ldns_rr_type rr_type; local
175 rr_type = ldns_rr_get_type(rr);
176 if (rr_type == LDNS_RR_TYPE_RRSIG) {
178 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr));
189 new_rrsets->type = rr_type;
197 ldns_rr_type rr_type; local
205 rr_type = ldns_rr_get_type(rr);
207 if (rr_type == LDNS_RR_TYPE_RRSIG) {
209 rr_type = ldns_rdf2rr_type(ldns_rr_rrsig_typecovered(rr));
216 rrsets->type = rr_type;
455 ldns_rr_type rr_type; local
[all...]
H A Dpacket.c910 ldns_pkt_query_new_frm_str(ldns_pkt **p, const char *name, ldns_rr_type rr_type, argument
931 if (rr_type == 0) {
932 rr_type = LDNS_RR_TYPE_A;
940 ldns_rr_set_type(question_rr, rr_type);
952 if (rr_type == LDNS_RR_TYPE_IXFR) {
971 ldns_pkt_query_new(ldns_rdf *rr_name, ldns_rr_type rr_type, ldns_rr_class rr_class, argument
992 if (rr_type == 0) {
993 rr_type = LDNS_RR_TYPE_A;
1000 ldns_rr_set_type(question_rr, rr_type);
1006 if (rr_type
[all...]
H A Drr.c111 ldns_rr_type rr_type; local
321 rr_type = ldns_get_rr_type_by_name(type);
325 desc = ldns_rr_descript((uint16_t)rr_type);
326 ldns_rr_set_type(new, rr_type);
336 /* depending on the rr_type we need to extract
338 switch(rr_type) {
543 if (rr_type == LDNS_RR_TYPE_SOA) {
767 ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type) argument
769 rr->_rr_type = rr_type;
/freebsd-10.0-release/contrib/smbfs/include/netsmb/
H A Dnb_lib.h76 u_int16_t rr_type; member in struct:nbns_rr
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dpacket.h755 * \param[in] rr_type the type to query for
760 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);
765 * \param[in] rr_type the type to query for
770 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.h463 * \param[in] rr_type set to this type
466 void ldns_rr_set_type(ldns_rr *rr, ldns_rr_type rr_type);
870 * \return rr_type of the first element, or 0 if the list is empty
/freebsd-10.0-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.0-release/contrib/tcpdump/
H A Dicmp6.h424 #define rr_type rr_hdr.icmp6_type macro
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Dnbns_rq.c199 mb_get_uint16be(mbp, &rrp->rr_type);
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Drrenumd.c240 irr->rr_type = ICMP6_ROUTER_RENUMBERING;
/freebsd-10.0-release/sys/netinet/
H A Dicmp6.h462 #define rr_type rr_hdr.icmp6_type macro

Completed in 135 milliseconds