Home
last modified time | relevance | path

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 Dtcpip_priv.h70 #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 Dtcpip_priv.h70 #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 Dapi_lib.c78 #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 Dnetifapi.c52 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name)
A Dtcpip.c59 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
A Dsockets.c168 #define LWIP_SETGETSOCKOPT_DATA_VAR_FREE(name) API_VAR_FREE(MEMP_SOCKET_SETGETSOCKOPT_DATA, name)

Completed in 11 milliseconds