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

/seL4-test-master/projects/musllibc/src/network/
H A Dns_parse.c104 int ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) argument
114 if (rrnum == -1) rrnum = handle->_rrnum;
115 if (rrnum < 0 || rrnum >= handle->_counts[section]) goto bad;
116 if (rrnum < handle->_rrnum) {
120 if (rrnum > handle->_rrnum) {
121 r = ns_skiprr(handle->_msg_ptr, handle->_eom, section, rrnum - handle->_rrnum);
124 handle->_rrnum = rrnum;

Completed in 26 milliseconds