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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h27 #define htonetl nettohl
35 #define nettohl(n) (n) macro
42 #define nettohl(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \ macro
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h27 #define htonetl nettohl
35 #define nettohl(n) (n) macro
42 #define nettohl(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \ macro

Completed in 608 milliseconds