Lines Matching +full:1 +full:m
14 * 1. Redistributions of source code must retain the above copyright notice,
71 #define WRITE_DELAYED , 1
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
494 * the new socket is unknown. newconn->socket is marked as -1. */
568 msg->conn->pcb.raw->chksum_reqd = 1;
614 * @param m the api_msg_msg describing the connection type
617 lwip_netconn_do_newconn(void *m) argument
619 struct api_msg *msg = (struct api_msg*)m;
693 /* initialize socket to -1 since 0 is a valid socket */
694 conn->socket = -1;
712 conn->linger = -1;
842 close = 1;
847 close = 1;
849 close = 1;
898 linger_wait_required = 1;
911 close_finished = 1;
943 close_finished = 1;
952 close_finished = 1;
994 tcp_poll(tpcb, poll_tcp, 1);
1010 * @param m the api_msg_msg pointing to the connection
1013 lwip_netconn_do_delconn(void *m) argument
1015 struct api_msg *msg = (struct api_msg*)m;
1111 * @param m the api_msg_msg pointing to the connection and containing
1115 lwip_netconn_do_bind(void *m) argument
1117 struct api_msg *msg = (struct api_msg*)m;
1202 * @param m the api_msg_msg pointing to the connection and containing
1206 lwip_netconn_do_connect(void *m) argument
1208 struct api_msg *msg = (struct api_msg*)m;
1274 * @param m the api_msg_msg pointing to the connection to disconnect
1277 lwip_netconn_do_disconnect(void *m) argument
1279 struct api_msg *msg = (struct api_msg*)m;
1298 * @param m the api_msg_msg pointing to the connection
1301 lwip_netconn_do_listen(void *m) argument
1303 struct api_msg *msg = (struct api_msg*)m;
1382 * @param m the api_msg_msg pointing to the connection
1385 lwip_netconn_do_send(void *m) argument
1387 struct api_msg *msg = (struct api_msg*)m;
1437 * @param m the api_msg_msg pointing to the connection
1440 lwip_netconn_do_recv(void *m) argument
1442 struct api_msg *msg = (struct api_msg*)m;
1462 * @param m the api_msg_msg pointing to the connection
1465 lwip_netconn_do_accepted(void *m) argument
1467 struct api_msg *msg = (struct api_msg*)m;
1488 * ERR_MEM if LWIP_TCPIP_CORE_LOCKING=1 and sending hasn't yet finished
1514 write_finished = 1;
1574 write_finished = 1;
1582 write_finished = 1;
1598 write_finished = 1;
1603 write_finished = 1;
1609 write_finished = 1;
1642 * @param m the api_msg_msg pointing to the connection
1645 lwip_netconn_do_write(void *m) argument
1647 struct api_msg *msg = (struct api_msg*)m;
1698 * @param m the api_msg_msg pointing to the connection
1701 lwip_netconn_do_getaddr(void *m) argument
1703 struct api_msg *msg = (struct api_msg*)m;
1765 * @param m the api_msg_msg pointing to the connection
1768 lwip_netconn_do_close(void *m) argument
1770 struct api_msg *msg = (struct api_msg*)m;
1801 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
1844 * @param m the api_msg_msg pointing to the connection
1847 lwip_netconn_do_join_leave_group(void *m) argument
1849 struct api_msg *msg = (struct api_msg*)m;