Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetrrsetbyname.c183 static int count_dns_rr(struct dns_rr *, u_int16_t, u_int16_t);
288 rrset->rri_nrdatas = count_dns_rr(response->answer, rrset->rri_rdclass, in getrrsetbyname()
290 rrset->rri_nsigs = count_dns_rr(response->answer, rrset->rri_rdclass, in getrrsetbyname()
597 count_dns_rr(struct dns_rr *p, u_int16_t class, u_int16_t type) in count_dns_rr() function