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/tcpdump/
tcpdump-stdinc.h
263
static __inline__ unsigned short
__ntohs
(unsigned short x);
266
#define ntohs(x)
__ntohs
(x)
268
#define htons(x)
__ntohs
(x)
279
static __inline__ unsigned short
__ntohs
(unsigned short x)
function
Completed in 61 milliseconds