Searched defs:ntohs (Results 1 – 3 of 3) sorted by relevance
118 #define ntohs(a) htons((a)) macro
78 #define ntohs(x) lwip_ntohs(x) macro
50 #define ntohs(n) BE16(n) macro
Completed in 11 milliseconds