Home
last modified time | relevance | path

Searched refs:API_MSG_VAR_ALLOC (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_lib.c76 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… macro
176 API_MSG_VAR_ALLOC(msg); in netconn_delete()
221 API_MSG_VAR_ALLOC(msg); in netconn_getaddr()
274 API_MSG_VAR_ALLOC(msg); in netconn_bind()
308 API_MSG_VAR_ALLOC(msg); in netconn_connect()
333 API_MSG_VAR_ALLOC(msg); in netconn_disconnect()
362 API_MSG_VAR_ALLOC(msg); in netconn_listen_with_backlog()
411 API_MSG_VAR_ALLOC(msg); in netconn_accept()
515 API_MSG_VAR_ALLOC(msg); in netconn_recv_data()
711 API_MSG_VAR_ALLOC(msg); in netconn_send()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_lib.c80 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… macro
87 #define API_MSG_VAR_ALLOC_ACCEPT(msg) API_MSG_VAR_ALLOC(msg)
202 API_MSG_VAR_ALLOC(msg); in netconn_prepare_delete()
278 API_MSG_VAR_ALLOC(msg); in netconn_getaddr()
331 API_MSG_VAR_ALLOC(msg); in netconn_bind()
358 API_MSG_VAR_ALLOC(msg); in netconn_bind_if()
391 API_MSG_VAR_ALLOC(msg); in netconn_connect()
416 API_MSG_VAR_ALLOC(msg); in netconn_disconnect()
445 API_MSG_VAR_ALLOC(msg); in netconn_listen_with_backlog()
696 API_MSG_VAR_ALLOC(msg); in netconn_tcp_recvd()
[all …]