Searched defs:lwip_ntohl (Results 1 – 4 of 4) sorted by relevance
103 lwip_ntohl(u32_t n) in lwip_ntohl() function
87 #define lwip_ntohl(x) (x) macro
78 #define lwip_ntohl(x) (x) macro
89 #define lwip_ntohl(x) ((u32_t)(x)) macro
Completed in 12 milliseconds