OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__ntohl
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
tcpdump-stdinc.h
193
#if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(
__ntohl
)
199
static __inline__ unsigned long
__ntohl
(unsigned long x);
202
#define ntohl(x)
__ntohl
(x)
204
#define htonl(x)
__ntohl
(x)
207
static __inline__ unsigned long
__ntohl
(unsigned long x)
function
Completed in 133 milliseconds