[go: nahoru, domu]

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

/bionic/libc/dns/nameser/
H A Dns_parse.c47 static void setsection(ns_msg *msg, ns_sect sect);
80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
126 int b = ns_skiprr(msg, eom, (ns_sect)i,
141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
194 setsection(handle, (ns_sect)((int)section + 1));
204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
257 setsection(handle, (ns_sect)((int)section + 1));
266 setsection(ns_msg *msg, ns_sect sect) {
/bionic/libc/include/arpa/
H A Dnameser.h106 } ns_sect; typedef in typeref:enum:__ns_sect
129 ns_sect _sect;
575 int ns_skiprr(const u_char *, const u_char *, ns_sect, int) __LIBC_ABI_PUBLIC__;
576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__;
577 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *) __LIBC_HIDDEN__;
/bionic/libc/dns/resolv/
H A Dres_debug.c150 ns_msg *handle, ns_sect section,

Completed in 7 milliseconds