Searched refs:API_VAR_ALLOC_POOL (Results 1 – 2 of 2) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A 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
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A 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, …
|
Completed in 3 milliseconds