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
200
static __inline__ unsigned short
__ntohs
(unsigned short x);
203
#define ntohs(x)
__ntohs
(x)
205
#define htons(x)
__ntohs
(x)
216
static __inline__ unsigned short
__ntohs
(unsigned short x)
function
Completed in 596 milliseconds