Searched refs:dst_s_put_int16 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libnetwork/netresolv/include/isc/
H A Ddst.h45 #define dst_s_put_int16 __dst_s_put_int16 macro
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h147 void dst_s_put_int16( u_int8_t *buf, const u_int16_t val);
H A Dsupport.c187 * dst_s_put_int16
198 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) function
H A Ddst_api.c725 dst_s_put_int16(out_storage, val);
733 dst_s_put_int16(&out_storage[loc], val);

Completed in 84 milliseconds