Searched refs:API_VAR_FREE (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcpip_priv.h | 70 #define API_VAR_FREE(pool, name) memp_free(pool, name) macro 86 #define API_VAR_FREE(pool, name) macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcpip_priv.h | 70 #define API_VAR_FREE(pool, name) memp_free(pool, name) macro 86 #define API_VAR_FREE(pool, name) macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_lib.c | 78 #define API_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_API_MSG, name) 946 API_VAR_FREE(MEMP_DNS_API_MSG, msg); in netconn_gethostbyname_addrtype() 956 API_VAR_FREE(MEMP_DNS_API_MSG, msg); in netconn_gethostbyname_addrtype() 970 API_VAR_FREE(MEMP_DNS_API_MSG, msg); in netconn_gethostbyname_addrtype()
|
A D | netifapi.c | 52 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name)
|
A D | tcpip.c | 59 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
|
A D | sockets.c | 168 #define LWIP_SETGETSOCKOPT_DATA_VAR_FREE(name) API_VAR_FREE(MEMP_SOCKET_SETGETSOCKOPT_DATA, name)
|
Completed in 11 milliseconds