Searched defs:ntohl (Results 1 – 3 of 3) sorted by relevance
102 #define ntohl(a) htonl((a)) macro
80 #define ntohl(x) lwip_ntohl(x) macro
52 #define ntohl(n) BE32(n) macro
Completed in 3 milliseconds