HelenOS sources
tcp_conn_new 236 uspace/lib/inet/src/tcp.c rc = tcp_conn_new(tcp, conn_id, cb, arg, rconn);
tcp_conn_new 781 uspace/lib/inet/src/tcp.c rc = tcp_conn_new(tcp, conn_id, lst->cb, lst->cb_arg, &conn);
tcp_conn_new 44 uspace/srv/net/tcp/conn.h extern tcp_conn_t *tcp_conn_new(inet_ep2_t *);
tcp_conn_new 77 uspace/srv/net/tcp/test/conn.c conn = tcp_conn_new(&epp);
tcp_conn_new 95 uspace/srv/net/tcp/test/conn.c conn = tcp_conn_new(&epp);
tcp_conn_new 128 uspace/srv/net/tcp/test/conn.c conn = tcp_conn_new(&epp);
tcp_conn_new 168 uspace/srv/net/tcp/test/conn.c cconn = tcp_conn_new(&cepp);
tcp_conn_new 178 uspace/srv/net/tcp/test/conn.c sconn = tcp_conn_new(&sepp);
tcp_conn_new 50 uspace/srv/net/tcp/test/iqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 76 uspace/srv/net/tcp/test/iqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 122 uspace/srv/net/tcp/test/iqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 48 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 85 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 112 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 150 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 199 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 229 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 254 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 301 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 371 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 485 uspace/srv/net/tcp/test/seq_no.c conn = tcp_conn_new(&epp);
tcp_conn_new 79 uspace/srv/net/tcp/test/tqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 101 uspace/srv/net/tcp/test/tqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 132 uspace/srv/net/tcp/test/tqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 172 uspace/srv/net/tcp/test/tqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 215 uspace/srv/net/tcp/test/tqueue.c conn = tcp_conn_new(&epp);
tcp_conn_new 77 uspace/srv/net/tcp/ucall.c nconn = tcp_conn_new(epp);
HelenOS homepage, sources at GitHub