Searched refs:ns_newmsg (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 37 static int rdcpy(ns_newmsg *, ns_type, const u_char *, size_t); 42 ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *handle) { in ns_newmsg_init() 61 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) { in ns_newmsg_copy() 101 ns_newmsg_id(ns_newmsg *handle, u_int16_t id) { in ns_newmsg_id() 110 ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value) { in ns_newmsg_flag() 123 ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, in ns_newmsg_q() 156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr() 198 ns_newmsg_done(ns_newmsg *handle) { in ns_newmsg_done() 220 rdcpy(ns_newmsg *handle, ns_type type, const u_char *rdata, size_t rdlen) { in rdcpy()
|
/titanic_44/usr/src/head/arpa/ |
H A D | nameser.h | 150 struct ns_newmsg { struct 155 typedef struct ns_newmsg ns_newmsg; typedef 674 int ns_newmsg_init(uchar_t *buffer, size_t bufsiz, ns_newmsg *); 675 int ns_newmsg_copy(ns_newmsg *, ns_msg *); 676 void ns_newmsg_id(ns_newmsg *handle, uint16_t id); 677 void ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, uint_t value); 678 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, 680 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, 684 size_t ns_newmsg_done(ns_newmsg *handle);
|
/titanic_44/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 67 ns_verify.o ns_rdata.o ns_newmsg.o
|