Searched defs:lwip_htonl (Results 1 – 6 of 6) sorted by relevance
88 lwip_htonl(u32_t n) in lwip_htonl() function
90 lwip_htonl(u32_t n) in lwip_htonl() function
86 #define lwip_htonl(x) (x) macro
77 #define lwip_htonl(x) (x) macro
88 #define lwip_htonl(x) ((u32_t)(x)) macro
Completed in 35 milliseconds