Lines Matching +full:1 +full:m

14  * 1. Redistributions of source code must retain the above copyright notice,
77 #define WRITE_DELAYED , 1
90 #define TCPIP_APIMSG_ACK(m) argument
92 #define TCPIP_APIMSG_ACK(m) do { sys_sem_signal(LWIP_API_MSG_SEM(m)); } while(0) argument
102 return 1; in lwip_netconn_is_deallocated_msg()
137 return 1; in lwip_netconn_is_err_msg()
140 return 1; in lwip_netconn_is_err_msg()
143 return 1; in lwip_netconn_is_err_msg()
560 * the new socket is unknown. newconn->socket is marked as -1. */
631 msg->conn->pcb.raw->chksum_reqd = 1;
677 * @param m the api_msg describing the connection type
680 lwip_netconn_do_newconn(void *m) argument
682 struct api_msg *msg = (struct api_msg *)m;
760 /* initialize socket to -1 since 0 is a valid socket */
761 conn->socket = -1;
778 conn->linger = -1;
943 shut_close = 1;
948 shut_close = 1;
950 shut_close = 1;
999 linger_wait_required = 1;
1012 close_finished = 1;
1044 close_finished = 1;
1053 close_finished = 1;
1094 tcp_poll(tpcb, poll_tcp, 1);
1110 * @param m the api_msg pointing to the connection
1113 lwip_netconn_do_delconn(void *m) argument
1115 struct api_msg *msg = (struct api_msg *)m;
1212 * @param m the api_msg pointing to the connection and containing
1216 lwip_netconn_do_bind(void *m) argument
1218 struct api_msg *msg = (struct api_msg *)m;
1252 * @param m the api_msg pointing to the connection and containing
1256 lwip_netconn_do_bind_if(void *m) argument
1259 struct api_msg *msg = (struct api_msg *)m;
1346 * @param m the api_msg pointing to the connection and containing
1350 lwip_netconn_do_connect(void *m) argument
1352 struct api_msg *msg = (struct api_msg *)m;
1422 * @param m the api_msg pointing to the connection to disconnect
1425 lwip_netconn_do_disconnect(void *m) argument
1427 struct api_msg *msg = (struct api_msg *)m;
1446 * @param m the api_msg pointing to the connection
1449 lwip_netconn_do_listen(void *m) argument
1451 struct api_msg *msg = (struct api_msg *)m;
1529 * @param m the api_msg pointing to the connection
1532 lwip_netconn_do_send(void *m) argument
1534 struct api_msg *msg = (struct api_msg *)m;
1586 * @param m the api_msg pointing to the connection
1589 lwip_netconn_do_recv(void *m) argument
1591 struct api_msg *msg = (struct api_msg *)m;
1611 * @param m the api_msg pointing to the connection
1614 lwip_netconn_do_accepted(void *m) argument
1616 struct api_msg *msg = (struct api_msg *)m;
1637 * ERR_MEM if LWIP_TCPIP_CORE_LOCKING=1 and sending hasn't yet finished
1665 write_finished = 1;
1702 1) We couldn't finish the current vector because of 16-bit size limitations.
1706 (len == (u16_t)diff && conn->current_msg->msg.w.vector_cnt > 1)) {
1707 write_more = 1;
1747 write_finished = 1;
1755 write_finished = 1;
1770 write_finished = 1;
1775 write_finished = 1;
1780 write_finished = 1;
1810 * @param m the api_msg pointing to the connection
1813 lwip_netconn_do_write(void *m) argument
1815 struct api_msg *msg = (struct api_msg *)m;
1864 * @param m the api_msg pointing to the connection
1867 lwip_netconn_do_getaddr(void *m) argument
1869 struct api_msg *msg = (struct api_msg *)m;
1931 * @param m the api_msg pointing to the connection
1934 lwip_netconn_do_close(void *m) argument
1936 struct api_msg *msg = (struct api_msg *)m;
1965 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
2011 * @param m the api_msg pointing to the connection
2014 lwip_netconn_do_join_leave_group(void *m) argument
2016 struct api_msg *msg = (struct api_msg *)m;
2057 * @param m the api_msg pointing to the connection
2060 lwip_netconn_do_join_leave_group_netif(void *m) argument
2062 struct api_msg *msg = (struct api_msg *)m;