Searched defs:htobe16 (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dos_header.h66 #define htobe16(x) ntohs(x) macro
82 #define cpu_to_be16(x) htobe16(x)
H A Dpsif_endian.h83 #define htobe16(x) eps_htobe16(x) macro
90 #define cpu_to_be16(x) htobe16(x)
H A Dpsif_hw_setget.h48 # define htobe16(x) eps_htobe16(x) macro
54 # define cpu_to_be16(x) htobe16(x)

Completed in 20 milliseconds