Home
last modified time | relevance | path

Searched refs:API_VAR_FREE (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h71 #define API_VAR_FREE(pool, name) memp_free(pool, name) macro
88 #define API_VAR_FREE(pool, name) macro
/third_party/lwip/src/api/
Dapi_lib.c82 #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);
Dnetifapi.c55 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name)
Dtcpip.c56 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
Dsockets.c90 #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)