Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dendian.h185 #define __ntohs(x) __bswap16(x) macro
/dragonfly/contrib/tcpdump/
H A Dnetdissect-stdinc.h314 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function