HelenOS sources

tcp_create        108 uspace/app/nterm/conn.c 	rc = tcp_create(&tcp);
tcp_create        466 uspace/app/websrv/websrv.c 	rc = tcp_create(&tcp);
tcp_create         97 uspace/lib/http/src/http.c 	rc = tcp_create(&http->tcp);
tcp_create        100 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_create(tcp_t **);
tcp_create        363 uspace/srv/hid/remcons/remcons.c 	rc = tcp_create(&tcp);
tcp_create        797 uspace/srv/hid/rfb/rfb.c 	rc = tcp_create(&tcp);
HelenOS homepage, sources at GitHub