Searched refs:ns_msg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libc/nameser/
H A Dns_parse.c41 static void setsection(ns_msg *msg, ns_sect sect);
77 int ns_msg_getflag(ns_msg handle, int flag) {
106 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
266 setsection(ns_msg *msg, ns_sect sect) {
H A Dns_print.c89 ns_sprintrr(const ns_msg *handle, const ns_rr *rr,
/freebsd-10.1-release/include/arpa/
H A Dnameser.h132 } ns_msg; typedef in typeref:struct:__ns_msg
139 ns_msg msg;
584 int ns_msg_getflag(ns_msg, int);
589 int ns_initparse(const u_char *, int, ns_msg *);
591 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
592 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
593 int ns_sprintrr(const ns_msg *, const ns_rr *,
655 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_findzonecut.c81 static int save_ns(res_state, ns_msg *, ns_sect,
83 static int save_a(res_state, ns_msg *, ns_sect,
89 u_char *, ns_msg *);
282 ns_msg msg;
418 ns_msg msg;
457 ns_msg msg;
522 save_ns(res_state statp, ns_msg *msg, ns_sect sect,
581 save_a(res_state statp, ns_msg *msg, ns_sect sect,
676 u_char *resp, ns_msg *msg)
H A Dres_debug.c147 ns_msg *handle, ns_sect section,
276 ns_msg handle;

Completed in 108 milliseconds