Home
last modified time | relevance | path

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

/btstack/platform/lwip/port/arch/
H A Dcc.h27 #define lwip_htonl(x) htonl(x) macro
/btstack/3rd-party/lwip/core/src/core/
H A Ddef.c90 lwip_htonl(u32_t n) in lwip_htonl() function
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddef.h88 #define lwip_htonl(x) ((u32_t)(x)) macro