Searched refs:API_VAR_ALLOC (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… macro 86 #define API_VAR_ALLOC(type, pool, name, errorval) macro
|
/third_party/lwip/src/api/ |
D | api_lib.c | 80 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… 81 #define API_MSG_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, NULL) 1302 API_VAR_ALLOC(struct dns_api_msg, MEMP_DNS_API_MSG, msg, ERR_MEM);
|
D | netifapi.c | 54 #define NETIFAPI_VAR_ALLOC(name) API_VAR_ALLOC(struct netifapi_msg, MEMP_NETIFAPI_MSG, name, ERR…
|
D | tcpip.c | 58 #define TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_M…
|