Lines Matching refs:conn
910 task #10102: "netconn: clean up conn->err threading issues" by adding
1082 * api_lib.c: Fixed bug #27709: conn->err race condition on netconn_recv()
1787 * api_msg.c: do_close_internal(): Reset the callbacks and arg (conn) to NULL
1788 since they can under certain circumstances be called with an invalid conn
1789 pointer after the connection has been closed (and conn has been freed).
1897 this macro to check "conn" parameter in api_msg.c functions.
2313 when closing tcp netconns: removed conn->sem, less context switches when
2361 * api_msg.c: pcb_new sets conn->err if protocol is not implemented
2367 conn->err was reset to ERR_OK without any reasons (and error was lost)...
2401 most of api_lib functions, we replace some errors checkings like "if (conn==NULL)"
2560 * api_lib.c, api_msg.c, tcpip.c: integrate sys_mbox_fetch(conn->mbox, NULL) calls from
2774 * api_lib.c: Removed conn->sem creation and destruction