Home
last modified time | relevance | path

Searched defs:section (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/nameser/
Dns_parse.c82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr()
143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/bionic/libc/dns/resolv/
Dres_debug.c150 ns_msg *handle, ns_sect section, in do_section()
628 p_section(int section, int opcode) { in p_section()
/bionic/libc/include/arpa/
Dnameser.h150 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument