Searched defs:nettohs (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h26 #define htonets nettohs
34 #define nettohs(n) (n) macro
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff))) macro
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h26 #define htonets nettohs
34 #define nettohs(n) (n) macro
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff))) macro

Completed in 80 milliseconds