Searched defs:LWIP_RAND (Results 1 – 2 of 2) sorted by relevance
/third_party/libcoap/examples/lwip/ | ||
D | lwipopts.h | 24 #define LWIP_RAND() ((u32_t)rand()) macro |
/third_party/lwip/src/include/lwip/ | ||
D | arch.h | 72 #define LWIP_RAND() ((u32_t)rand()) macro |