HelenOS sources

tcp_conn_reset    432 uspace/app/websrv/websrv.c 	rc = tcp_conn_reset(conn);
tcp_conn_reset    115 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_reset(tcp_conn_t *);
tcp_conn_reset    599 uspace/srv/net/tcp/conn.c 			tcp_conn_reset(conn);
tcp_conn_reset    710 uspace/srv/net/tcp/conn.c 			tcp_conn_reset(conn);
tcp_conn_reset    719 uspace/srv/net/tcp/conn.c 		tcp_conn_reset(conn);
tcp_conn_reset    724 uspace/srv/net/tcp/conn.c 		tcp_conn_reset(conn);
tcp_conn_reset     47 uspace/srv/net/tcp/conn.h extern void tcp_conn_reset(tcp_conn_t *conn);
tcp_conn_reset     81 uspace/srv/net/tcp/test/conn.c 	tcp_conn_reset(conn);
tcp_conn_reset    111 uspace/srv/net/tcp/test/conn.c 	tcp_conn_reset(conn);
tcp_conn_reset    219 uspace/srv/net/tcp/test/conn.c 	tcp_conn_reset(cconn);
tcp_conn_reset    224 uspace/srv/net/tcp/test/conn.c 	tcp_conn_reset(sconn);
tcp_conn_reset     87 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_reset(conn);
tcp_conn_reset    112 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_reset(conn);
tcp_conn_reset    150 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_reset(conn);
tcp_conn_reset    190 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_reset(conn);
tcp_conn_reset    255 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_reset(conn);
tcp_conn_reset    259 uspace/srv/net/tcp/ucall.c 		tcp_conn_reset(conn);
tcp_conn_reset    284 uspace/srv/net/tcp/ucall.c 	tcp_conn_reset(conn);
HelenOS homepage, sources at GitHub