Symbol: ns_sect
include/arpa/nameser.h
130
ns_sect _sect;
include/arpa/nameser.h
570
int ns_skiprr(const u_char *, const u_char *, ns_sect, int);
include/arpa/nameser.h
571
int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
include/arpa/nameser.h
572
int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
include/res_update.h
41
ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
lib/libc/nameser/ns_parse.c
123
int b = ns_skiprr(msg, eom, (ns_sect)i,
lib/libc/nameser/ns_parse.c
138
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
lib/libc/nameser/ns_parse.c
191
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
201
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
lib/libc/nameser/ns_parse.c
253
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
262
setsection(ns_msg *msg, ns_sect sect) {
lib/libc/nameser/ns_parse.c
37
static void setsection(ns_msg *msg, ns_sect sect);
lib/libc/nameser/ns_parse.c
78
ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
lib/libc/resolv/res_debug.c
141
ns_msg *handle, ns_sect section,
lib/libc/resolv/res_findzonecut.c
277
ns_sect sect;
lib/libc/resolv/res_findzonecut.c
518
save_ns(res_state statp, ns_msg *msg, ns_sect sect,
lib/libc/resolv/res_findzonecut.c
577
save_a(res_state statp, ns_msg *msg, ns_sect sect,
lib/libc/resolv/res_findzonecut.c
77
static int save_ns(res_state, ns_msg *, ns_sect,
lib/libc/resolv/res_findzonecut.c
79
static int save_a(res_state, ns_msg *, ns_sect,
lib/libc/resolv/res_mkupdate.c
944
rrecp->r_section = (ns_sect)section;