Searched refs:ns_newmsg (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c20 static const char rcsid[] = "Id: ns_newmsg.c,v 1.3 2009/02/26 10:48:57 marka Exp ";
29 static int rdcpy(ns_newmsg *, ns_type, const u_char *, size_t);
34 ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *handle) {
53 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) {
93 ns_newmsg_id(ns_newmsg *handle, u_int16_t id) {
102 ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value) {
115 ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname,
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
190 ns_newmsg_done(ns_newmsg *handle) {
212 rdcpy(ns_newmsg *handl
[all...]
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser.h147 struct ns_newmsg { struct
152 typedef struct ns_newmsg ns_newmsg; typedef in typeref:struct:ns_newmsg
651 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
652 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
653 void ns_newmsg_id(ns_newmsg *handle, u_int16_t id);
654 void ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value);
655 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname,
657 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
661 size_t ns_newmsg_done(ns_newmsg *handl
[all...]
/netbsd-current/include/arpa/
H A Dnameser.h145 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 *handl
[all...]

Completed in 123 milliseconds