Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c137 return dst_s_get_int16((const u_char *) in dst_s_dns_key_id()
159 dst_s_get_int16(const u_char *buf) in dst_s_get_int16() function
H A Ddst_internal.h146 u_int16_t dst_s_get_int16( const u_int8_t *buf);
H A Ddst_api.c672 key_st->dk_flags = dst_s_get_int16(rdata); in dst_dnskey_to_key()
676 ext_flags = (u_int32_t) dst_s_get_int16(&rdata[DST_EXT_FLAG]); in dst_dnskey_to_key()
/haiku/src/system/libnetwork/netresolv/include/isc/
H A Ddst.h42 #define dst_s_get_int16 __dst_s_get_int16 macro