Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ macro
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) macro
/third_party/lwip/src/netif/ppp/
Dpppapi.c50 #define PPPAPI_VAR_ALLOC(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, …
51 #define PPPAPI_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, …