Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h72 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) macro
89 #define API_VAR_FREE_POOL(pool, name) macro
/third_party/lwip/src/netif/ppp/
Dpppapi.c52 #define PPPAPI_VAR_FREE(name) API_VAR_FREE_POOL(PPPAPI_MSG, name)