Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/api/
A Dapi_lib.c78 if (TCPIP_APIMSG(&msg) != ERR_OK) { in netconn_new_with_proto_and_callback()
149 err = TCPIP_APIMSG(&msg); in netconn_getaddr()
177 err = TCPIP_APIMSG(&msg); in netconn_bind()
226 err = TCPIP_APIMSG(&msg); in netconn_disconnect()
257 err = TCPIP_APIMSG(&msg); in netconn_listen_with_backlog()
319 TCPIP_APIMSG(&msg); in netconn_accept()
391 TCPIP_APIMSG(&msg); in netconn_recv_data()
530 TCPIP_APIMSG(&msg); in netconn_recved()
578 err = TCPIP_APIMSG(&msg); in netconn_send()
636 err = TCPIP_APIMSG(&msg); in netconn_write_partly()
[all …]
/lk-master/external/lib/lwip/include/lwip/
A Dtcpip.h62 #define TCPIP_APIMSG(m) tcpip_apimsg_lock(m) macro
69 #define TCPIP_APIMSG(m) tcpip_apimsg(m)

Completed in 4 milliseconds