Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance
24 # define htobe16(x) OSSwapHostToBigInt16(x) macro68 # define htobe16(x) htons(x) macro86 # define htobe16(x) (x) macro
21 # define htobe16(x) __bswap_16 (x) macro36 # define htobe16(x) (x) macro
48 # define htobe16(x) OSSwapHostToBigInt16(x) macro94 # define htobe16(x) htons(x) macro112 # define htobe16(x) (x) macro
218 #ifndef htobe16219 # define htobe16(x) htons(x)231 #define HTOBE16(x) (x) = htobe16(x)355 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
220 #define htobe16(x) htons(x)225 #define HTOBE16(x) (x) = htobe16(x)304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
65 _val = is_be ? htobe16(val) : htole16(val); \
1110 val = htobe16(val); in read_const_arg()
40 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()