Searched refs:API_VAR_FREE (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 71 #define API_VAR_FREE(pool, name) memp_free(pool, name) macro 88 #define API_VAR_FREE(pool, name) macro
|
/third_party/lwip/src/api/ |
D | api_lib.c | 82 #define API_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_API_MSG, name) 1320 API_VAR_FREE(MEMP_DNS_API_MSG, msg); 1330 API_VAR_FREE(MEMP_DNS_API_MSG, msg); 1339 API_VAR_FREE(MEMP_DNS_API_MSG, msg);
|
D | netifapi.c | 55 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name)
|
D | tcpip.c | 56 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
|
D | sockets.c | 90 #define API_SELECT_CB_VAR_FREE(name) API_VAR_FREE(MEMP_SELECT_CB, name) 180 #define LWIP_SETGETSOCKOPT_DATA_VAR_FREE(name) API_VAR_FREE(MEMP_SOCKET_SETGETSOCKOPT_DATA, name)
|