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

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { function
125 int b = ns_skiprr(msg, eom, (ns_sect)i,
159 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
221 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
H A Dns_verify.c75 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount));
80 n = ns_skiprr(cp, eom, ns_s_an, ntohs(hp->ancount));
85 n = ns_skiprr(cp, eom, ns_s_ns, ntohs(hp->nscount));
90 n = ns_skiprr(cp, eom, ns_s_ar, ntohs(hp->arcount) - 1);

Completed in 181 milliseconds