Symbol: ns_msg
include/arpa/nameser.h
146
ns_msg msg;
include/arpa/nameser.h
588
int ns_msg_getflag(ns_msg, int);
include/arpa/nameser.h
593
int ns_initparse(const u_char *, int, ns_msg *);
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
597
int ns_sprintrr(const ns_msg *, const ns_rr *,
include/arpa/nameser.h
660
int ns_newmsg_copy(ns_newmsg *, ns_msg *);
lib/libc/nameser/ns_parse.c
113
ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
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
212
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
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
83
int ns_msg_getflag(ns_msg handle, int flag) {
lib/libc/nameser/ns_print.c
90
ns_sprintrr(const ns_msg *handle, const ns_rr *rr,
lib/libc/resolv/res_debug.c
158
ns_msg *handle, ns_sect section,
lib/libc/resolv/res_debug.c
290
ns_msg handle;
lib/libresolv/res_findzonecut.c
282
ns_msg msg;
lib/libresolv/res_findzonecut.c
418
ns_msg msg;
lib/libresolv/res_findzonecut.c
457
ns_msg msg;
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
672
u_char *resp, ns_msg *msg)
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_findzonecut.c
90
u_char *, ns_msg *);