HelenOS sources
tcp_t 50 uspace/app/nterm/conn.c static tcp_t *tcp;
tcp_t 443 uspace/app/websrv/websrv.c tcp_t *tcp;
tcp_t 50 uspace/lib/http/include/http/http.h tcp_t *tcp;
tcp_t 100 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_create(tcp_t **);
tcp_t 101 uspace/lib/inet/include/inet/tcp.h extern void tcp_destroy(tcp_t *);
tcp_t 102 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_create(tcp_t *, inet_ep2_t *, tcp_cb_t *, void *,
tcp_t 106 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_listener_create(tcp_t *, inet_ep_t *, tcp_listen_cb_t *, void *,
tcp_t 63 uspace/lib/inet/src/tcp.c static errno_t tcp_callback_create(tcp_t *tcp)
tcp_t 90 uspace/lib/inet/src/tcp.c errno_t tcp_create(tcp_t **rtcp)
tcp_t 92 uspace/lib/inet/src/tcp.c tcp_t *tcp;
tcp_t 96 uspace/lib/inet/src/tcp.c tcp = calloc(1, sizeof(tcp_t));
tcp_t 138 uspace/lib/inet/src/tcp.c void tcp_destroy(tcp_t *tcp)
tcp_t 163 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_new(tcp_t *tcp, sysarg_t id, tcp_cb_t *cb, void *arg,
tcp_t 209 uspace/lib/inet/src/tcp.c errno_t tcp_conn_create(tcp_t *tcp, inet_ep2_t *epp, tcp_cb_t *cb, void *arg,
tcp_t 277 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_get(tcp_t *tcp, sysarg_t id, tcp_conn_t **rconn)
tcp_t 320 uspace/lib/inet/src/tcp.c errno_t tcp_listener_create(tcp_t *tcp, inet_ep_t *ep, tcp_listen_cb_t *lcb,
tcp_t 394 uspace/lib/inet/src/tcp.c static errno_t tcp_listener_get(tcp_t *tcp, sysarg_t id, tcp_listener_t **rlst)
tcp_t 638 uspace/lib/inet/src/tcp.c static void tcp_ev_connected(tcp_t *tcp, ipc_call_t *icall)
tcp_t 666 uspace/lib/inet/src/tcp.c static void tcp_ev_conn_failed(tcp_t *tcp, ipc_call_t *icall)
tcp_t 694 uspace/lib/inet/src/tcp.c static void tcp_ev_conn_reset(tcp_t *tcp, ipc_call_t *icall)
tcp_t 722 uspace/lib/inet/src/tcp.c static void tcp_ev_data(tcp_t *tcp, ipc_call_t *icall)
tcp_t 751 uspace/lib/inet/src/tcp.c static void tcp_ev_urg_data(tcp_t *tcp, ipc_call_t *icall)
tcp_t 762 uspace/lib/inet/src/tcp.c static void tcp_ev_new_conn(tcp_t *tcp, ipc_call_t *icall)
tcp_t 816 uspace/lib/inet/src/tcp.c tcp_t *tcp = (tcp_t *)arg;
tcp_t 844 uspace/srv/hid/remcons/remcons.c tcp_t *tcp;
tcp_t 792 uspace/srv/hid/rfb/rfb.c tcp_t *tcp = NULL;
tcp_t 154 uspace/srv/hid/rfb/rfb.h tcp_t *tcp;
HelenOS homepage, sources at GitHub