Home
last modified time | relevance | path

Searched refs:API_VAR_ALLOC_EXT (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ macro
64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv…
85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) macro
/third_party/lwip/src/api/
Dsockets.c89 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL…