Searched refs:API_VAR_ALLOC_POOL (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcpip_priv.h | 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ macro 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcpip_priv.h | 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ macro 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/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 5 milliseconds