OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nettohs
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h
26
#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/
gki_inet.h
26
#define htonets
nettohs
34
#define
nettohs
(n) (n)
macro
41
#define
nettohs
(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff)))
macro
Completed in 38 milliseconds