Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c131 return dst_s_get_int16((const u_char *) in dst_s_dns_key_id()
153 dst_s_get_int16(const u_char *buf) in dst_s_get_int16() function
H A Ddst_internal.h136 u_int16_t dst_s_get_int16( const u_int8_t *buf);
H A Ddst_api.c661 key_st->dk_flags = dst_s_get_int16(rdata); in dst_dnskey_to_key()
665 ext_flags = (u_int32_t) dst_s_get_int16(&rdata[DST_EXT_FLAG]); in dst_dnskey_to_key()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h40 #define dst_s_get_int16 __dst_s_get_int16 macro