Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance
156 u_int16_t htobe16(u_int16_t);179 #define htobe16 swap16 macro212 #define htobe16(x) ((uint16_t)(x)) macro229 #define htons htobe16249 #define HTOBE16(x) (x) = htobe16((u_int16_t)(x))
32 return (htobe16(x)); in htons()
191 tmp = htobe16(sizeof(buf)); in get_media_capabilities()290 *(u_int16_t *)(scr.cmd + 2) = htobe16(DRIVE_SPEED_OPTIMAL); in set_speed()291 *(u_int16_t *)(scr.cmd + 4) = htobe16(wspeed); in set_speed()
52 byteorder.3 ntohs.3 byteorder.3 htobe16.3 byteorder.3 htobe32.3 \
145 #define ahc_htobe16(x) htobe16(x)
74 #define htof16(x) (is_lefile ? htole16(x) : htobe16(x))
4312 ./man3/htobe16.htm
6100 ./usr/share/man/cat3/htobe16.0