HelenOS sources

tcp_uc_set_cb     154 uspace/srv/net/tcp/service.c 		tcp_uc_set_cb(conn, &tcp_service_cb, cconn);
tcp_uc_set_cb     186 uspace/srv/net/tcp/service.c 	tcp_uc_set_cb(conn, &tcp_service_lst_cb, clst);
tcp_uc_set_cb     471 uspace/srv/net/tcp/service.c 	tcp_uc_set_cb(conn, &tcp_service_cb, cconn);
tcp_uc_set_cb     543 uspace/srv/net/tcp/service.c 	tcp_uc_set_cb(conn, &tcp_service_lst_cb, clst);
tcp_uc_set_cb     274 uspace/srv/net/tcp/test/ucall.c 	tcp_uc_set_cb(sconn, &test_conn_cb, &sconn_status);
tcp_uc_set_cb     287 uspace/srv/net/tcp/test/ucall.c 	tcp_uc_set_cb(cconn, &test_conn_cb, &cconn_status);
tcp_uc_set_cb      53 uspace/srv/net/tcp/ucall.h extern void tcp_uc_set_cb(tcp_conn_t *, tcp_cb_t *, void *);
HelenOS homepage, sources at GitHub