Searched refs:NS_PUT16 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 146 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 D | ns_netint.c | 50 NS_PUT16(src, dst); in ns_put16()
|
/titanic_41/usr/src/head/arpa/ |
H A D | nameser_compat.h | 266 #define PUTSHORT NS_PUT16
|
H A D | nameser.h | 541 #define NS_PUT16(s, cp) do { \ macro
|