Home
last modified time | relevance | path

Searched refs:__ntohs (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dtcpdump-stdinc.h153 extern __inline__ unsigned short __ntohs (unsigned short x);
156 #define ntohs(x) __ntohs(x)
158 #define htons(x) __ntohs(x)
169 extern __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function