Home
last modified time | relevance | path

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

/btstack/platform/lwip/port/arch/
H A Dcc.h26 #define lwip_htons(x) htons(x) macro
/btstack/3rd-party/lwip/core/src/core/
H A Ddef.c76 lwip_htons(u16_t n) in lwip_htons() function
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddef.h86 #define lwip_htons(x) ((u16_t)(x)) macro