HelenOS sources

tcp_conn_delete    45 uspace/srv/net/tcp/conn.h extern void tcp_conn_delete(tcp_conn_t *);
tcp_conn_delete   466 uspace/srv/net/tcp/service.c 		tcp_conn_delete(conn);
tcp_conn_delete   536 uspace/srv/net/tcp/service.c 		tcp_conn_delete(conn);
tcp_conn_delete    83 uspace/srv/net/tcp/test/conn.c 	tcp_conn_delete(conn);
tcp_conn_delete   113 uspace/srv/net/tcp/test/conn.c 	tcp_conn_delete(conn);
tcp_conn_delete   146 uspace/srv/net/tcp/test/conn.c 	tcp_conn_delete(conn);
tcp_conn_delete   221 uspace/srv/net/tcp/test/conn.c 	tcp_conn_delete(cconn);
tcp_conn_delete   226 uspace/srv/net/tcp/test/conn.c 	tcp_conn_delete(sconn);
tcp_conn_delete    60 uspace/srv/net/tcp/test/iqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   106 uspace/srv/net/tcp/test/iqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   175 uspace/srv/net/tcp/test/iqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete    75 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   102 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   139 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   186 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   218 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   241 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   287 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   356 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   471 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete   519 uspace/srv/net/tcp/test/seq_no.c 	tcp_conn_delete(conn);
tcp_conn_delete    89 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   116 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   156 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   199 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete   257 uspace/srv/net/tcp/test/tqueue.c 	tcp_conn_delete(conn);
tcp_conn_delete    80 uspace/srv/net/tcp/ucall.c 		tcp_conn_delete(nconn);
tcp_conn_delete   110 uspace/srv/net/tcp/ucall.c 		tcp_conn_delete(nconn);
tcp_conn_delete   304 uspace/srv/net/tcp/ucall.c 	tcp_conn_delete(conn);
HelenOS homepage, sources at GitHub