OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:___ntohs
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/byteorder/
generic.h
164
#define
___ntohs
(x) __be16_to_cpu(x)
macro
169
#define ntohs(x)
___ntohs
(x)
Completed in 414 milliseconds