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

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dos_header.h65 #define be16toh(x) htons(x) macro
81 #define be16_to_cpu(x) be16toh(x)
H A Dpsif_endian.h86 #define be16toh(x) eps_be16toh(x) macro
93 #define be16_to_cpu(x) be16toh(x)
H A Dpsif_hw_setget.h49 # define be16toh(x) eps_be16toh(x) macro
55 # define be16_to_cpu(x) be16toh(x)

Completed in 28 milliseconds