Home
last modified time | relevance | path

Searched refs:NS_PUT16 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c146 NS_PUT16(qtype, t); in ns_newmsg_q()
147 NS_PUT16(qclass, t); in ns_newmsg_q()
184 NS_PUT16(type, t); in ns_newmsg_rr()
185 NS_PUT16(rr_class, t); in ns_newmsg_rr()
204 NS_PUT16(msg->_id, t); in ns_newmsg_done()
205 NS_PUT16(msg->_flags, t); in ns_newmsg_done()
207 NS_PUT16(msg->_counts[sect], t); in ns_newmsg_done()
269 NS_PUT16(t - s, p); in rdcpy()
H A Dns_netint.c50 NS_PUT16(src, dst); in ns_put16()
/titanic_41/usr/src/head/arpa/
H A Dnameser_compat.h266 #define PUTSHORT NS_PUT16
H A Dnameser.h541 #define NS_PUT16(s, cp) do { \ macro