Searched defs:ntohl (Results 1 - 1 of 1) sorted by relevance

/include/linux/byteorder/
H A Dgeneric.h49 * ntohl(__u32 x)
58 * unsigned long inline ntohl(x){return ___ntohl(x);}
128 #undef ntohl macro
139 #define ntohl(x) ___ntohl(x) macro

Completed in 314 milliseconds