Searched refs:API_VAR_ALLOC_POOL (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 65 #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/ |
D | pppapi.c | 50 #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, …
|