Symbol: ns_sect
include/arpa/nameser.h
136
ns_sect _sect;
include/arpa/nameser.h
594
int ns_skiprr(const u_char *, const u_char *, ns_sect, int);
include/arpa/nameser.h
595
int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
include/arpa/nameser.h
596
int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
include/arpa/nameser.h
665
int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
include/res_update.h
37
ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
lib/libc/nameser/ns_parse.c
134
int b = ns_skiprr(msg, eom, (ns_sect)i,
lib/libc/nameser/ns_parse.c
149
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
lib/libc/nameser/ns_parse.c
202
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
212
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
lib/libc/nameser/ns_parse.c
265
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
274
setsection(ns_msg *msg, ns_sect sect) {
lib/libc/nameser/ns_parse.c
47
static void setsection(ns_msg *msg, ns_sect sect);
lib/libc/nameser/ns_parse.c
88
ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
lib/libc/resolv/res_debug.c
158
ns_msg *handle, ns_sect section,
lib/libresolv/res_findzonecut.c
281
ns_sect sect;
lib/libresolv/res_findzonecut.c
520
save_ns(res_state statp, ns_msg *msg, ns_sect sect,
lib/libresolv/res_findzonecut.c
578
save_a(res_state statp, ns_msg *msg, ns_sect sect,
lib/libresolv/res_findzonecut.c
82
static int save_ns(res_state, ns_msg *, ns_sect,
lib/libresolv/res_findzonecut.c
84
static int save_a(res_state, ns_msg *, ns_sect,
lib/libresolv/res_mkupdate.c
938
rrecp->r_section = (ns_sect)section;