Home
last modified time | relevance | path

Searched defs:lwip_htonl (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Ddef.c90 lwip_htonl(u32_t n) in lwip_htonl() function
/third_party/lwip/src/include/lwip/
Ddef.h88 #define lwip_htonl(x) ((u32_t)(x)) macro