Lines Matching refs:m
82 #define TCPIP_APIMSG_ACK(m) NETCONN_SET_SAFE_ERR((m)->conn, (m)->err) argument
84 #define TCPIP_APIMSG_ACK(m) do { NETCONN_SET_SAFE_ERR((m)->conn, (m)->err); sys_sem_signal(LWIP_A… argument
623 lwip_netconn_do_newconn(void *m) argument
625 struct api_msg *msg = (struct api_msg*)m;
1019 lwip_netconn_do_delconn(void *m) argument
1021 struct api_msg *msg = (struct api_msg*)m;
1121 lwip_netconn_do_bind(void *m) argument
1123 struct api_msg *msg = (struct api_msg*)m;
1212 lwip_netconn_do_connect(void *m) argument
1214 struct api_msg *msg = (struct api_msg*)m;
1283 lwip_netconn_do_disconnect(void *m) argument
1285 struct api_msg *msg = (struct api_msg*)m;
1307 lwip_netconn_do_listen(void *m) argument
1309 struct api_msg *msg = (struct api_msg*)m;
1391 lwip_netconn_do_send(void *m) argument
1393 struct api_msg *msg = (struct api_msg*)m;
1446 lwip_netconn_do_recv(void *m) argument
1448 struct api_msg *msg = (struct api_msg*)m;
1471 lwip_netconn_do_accepted(void *m) argument
1473 struct api_msg *msg = (struct api_msg*)m;
1651 lwip_netconn_do_write(void *m) argument
1653 struct api_msg *msg = (struct api_msg*)m;
1707 lwip_netconn_do_getaddr(void *m) argument
1709 struct api_msg *msg = (struct api_msg*)m;
1774 lwip_netconn_do_close(void *m) argument
1776 struct api_msg *msg = (struct api_msg*)m;
1853 lwip_netconn_do_join_leave_group(void *m) argument
1855 struct api_msg *msg = (struct api_msg*)m;