Symbol: ns_msg
include/arpa/nameser.h
512
int ns_msg_getflag(ns_msg, int);
include/arpa/nameser.h
517
int ns_initparse(const u_char *, int, ns_msg *);
include/arpa/nameser.h
519
int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
include/arpa/nameser.h
520
int ns_sprintrr(const ns_msg *, const ns_rr *,
lib/libc/nameser/ns_parse.c
136
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
lib/libc/nameser/ns_parse.c
198
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
70
int ns_msg_getflag(ns_msg handle, int flag) {
lib/libc/nameser/ns_parse.c
99
ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
lib/libc/nameser/ns_print.c
82
ns_sprintrr(const ns_msg *handle, const ns_rr *rr,
lib/libc/resolv/res_debug.c
145
ns_msg *handle, ns_sect section,
lib/libc/resolv/res_debug.c
274
ns_msg handle;
lib/libc/resolv/res_findzonecut.c
276
ns_msg msg;
lib/libc/resolv/res_findzonecut.c
412
ns_msg msg;
lib/libc/resolv/res_findzonecut.c
451
ns_msg msg;
lib/libc/resolv/res_findzonecut.c
516
save_ns(res_state statp, ns_msg *msg, ns_sect sect,
lib/libc/resolv/res_findzonecut.c
575
save_a(res_state statp, ns_msg *msg, ns_sect sect,
lib/libc/resolv/res_findzonecut.c
670
u_char *resp, ns_msg *msg)
lib/libc/resolv/res_findzonecut.c
76
static int save_ns(res_state, ns_msg *, ns_sect,
lib/libc/resolv/res_findzonecut.c
78
static int save_a(res_state, ns_msg *, ns_sect,
lib/libc/resolv/res_findzonecut.c
84
u_char *, ns_msg *);
libexec/dma/dns.c
135
ns_msg msg;