Searched refs:be16toh (Results 1 – 10 of 10) sorted by relevance
26 # define be16toh(x) OSSwapBigToHostInt16(x) macro52 # define be16toh(x) betoh16(x) macro70 # define be16toh(x) ntohs(x) macro88 # define be16toh(x) (x) macro
38 #ifndef be16toh39 # define be16toh(x) ntohs(x) macro48 #define BE16TOH(x) (x) = be16toh(x)100 # define be16atoh(x) be16toh(*(uint16_t*)(x))
38 #ifndef be16toh39 # define be16toh(x) ntohs(x) macro48 #define BE16TOH(x) (x) = be16toh(x)
52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
23 # define be16toh(x) __bswap_16 (x) macro38 # define be16toh(x) (x) macro
34 pHeader->e_phentsize = be16toh(pHeader->e_phentsize); \35 pHeader->e_phnum = be16toh(pHeader->e_phnum); \
224 #ifndef be16toh225 # define be16toh(x) ntohs(x)234 #define BE16TOH(x) (x) = be16toh(x)336 # define be16atoh(x) be16toh(*(uint16_t*)(x))
1533 rpmb_type = be16toh(frame_in->req_resp); in do_rpmb_op()1656 be16toh(frame_out.result)); in do_rpmb_write_key()1683 return be16toh(frame_out.result); in rpmb_read_counter()1811 be16toh(frame_out_p[blocks_cnt - 1].result)); in do_rpmb_read_block()1963 be16toh(frame_out.result)); in do_rpmb_write_block()
222 #define be16toh(x) ntohs(x)228 #define BE16TOH(x) (x) = be16toh(x)297 #define be16atoh(x) be16toh(*(uint16_t*)(x))
41 *target = be16toh(value_net); in uint8_t_Unmarshal()89 *target = be16toh(value_net); in int8_t_Unmarshal()137 *target = be16toh(value_net); in uint16_t_Unmarshal()185 *target = be16toh(value_net); in int16_t_Unmarshal()233 *target = be16toh(value_net); in uint32_t_Unmarshal()281 *target = be16toh(value_net); in int32_t_Unmarshal()329 *target = be16toh(value_net); in uint64_t_Unmarshal()377 *target = be16toh(value_net); in int64_t_Unmarshal()