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

/freebsd-10-stable/contrib/ldns/
H A Drr_functions.c31 ldns_rr_function(ldns_rr_type type, const ldns_rr *rr, size_t pos) function
93 return ldns_rr_function(LDNS_RR_TYPE_NS, r, 0);
100 return ldns_rr_function(LDNS_RR_TYPE_MX, r, 0);
106 return ldns_rr_function(LDNS_RR_TYPE_MX, r, 1);
113 return ldns_rr_function(LDNS_RR_TYPE_RRSIG, r, 0);
125 return ldns_rr_function(LDNS_RR_TYPE_RRSIG, r, 1);
137 return ldns_rr_function(LDNS_RR_TYPE_RRSIG, r, 2);
149 return ldns_rr_function(LDNS_RR_TYPE_RRSIG, r, 3);
161 return ldns_rr_function(LDNS_RR_TYPE_RRSIG, r, 4);
173 return ldns_rr_function(LDNS_RR_TYPE_RRSI
[all...]

Completed in 131 milliseconds