OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nettohl
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h
27
#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/
gki_inet.h
27
#define htonetl
nettohl
35
#define
nettohl
(n) (n)
macro
42
#define
nettohl
(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \
macro
Completed in 535 milliseconds