nameser.h | 145 struct ns_newmsg { struct 150 typedef struct ns_newmsg ns_newmsg; typedef in typeref:struct:ns_newmsg 659 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *); 660 int ns_newmsg_copy(ns_newmsg *, ns_msg *); 661 void ns_newmsg_id(ns_newmsg *handle, uint16_t id); 662 void ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value); 663 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, 665 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, 669 size_t ns_newmsg_done(ns_newmsg *handle) [all...] |