Searched defs:section (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/netbsd/nameser/
H A Dns_parse.c79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
89 if (section != ns_s_qd) {
140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
143 /* Make section right. */
144 if ((unsigned)section >= (unsigned)ns_s_max)
146 if (section != handle->_sect)
147 setsection(handle, section);
152 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
155 setsection(handle, section);
157 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_debug.c160 ns_msg *handle, ns_sect section,
185 if (ns_parserr(handle, section, rrnum, &rr)) {
196 p_section(section, opcode));
197 if (section == ns_s_qd)
202 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
574 p_section(int section, int opcode) { argument
585 return (sym_ntos(symbols, section, (int *)0));
159 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument

Completed in 38 milliseconds