Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
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()
388 TCPIP_APIMSG(&msg); in netconn_recv_data()
521 TCPIP_APIMSG(&msg); in netconn_recved()
569 err = TCPIP_APIMSG(&msg); in netconn_send()
609 err = TCPIP_APIMSG(&msg); in netconn_write()
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dtcpip.h62 #define TCPIP_APIMSG(m) tcpip_apimsg_lock(m) macro
69 #define TCPIP_APIMSG(m) tcpip_apimsg(m)