Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddef.c76 lwip_htons(u16_t n) in lwip_htons() function
/third_party/lwip/src/include/lwip/
Ddef.h86 #define lwip_htons(x) ((u16_t)(x)) macro