HelenOS sources
tcp_error_t 136 uspace/srv/net/tcp/service.c tcp_error_t trc;
tcp_error_t 444 uspace/srv/net/tcp/service.c tcp_error_t trc;
tcp_error_t 519 uspace/srv/net/tcp/service.c tcp_error_t trc;
tcp_error_t 666 uspace/srv/net/tcp/service.c tcp_error_t trc;
tcp_error_t 697 uspace/srv/net/tcp/service.c tcp_error_t trc;
tcp_error_t 89 uspace/srv/net/tcp/test/ucall.c tcp_error_t trc;
tcp_error_t 114 uspace/srv/net/tcp/test/ucall.c tcp_error_t trc;
tcp_error_t 142 uspace/srv/net/tcp/test/ucall.c tcp_error_t trc;
tcp_error_t 201 uspace/srv/net/tcp/test/ucall.c tcp_error_t trc;
tcp_error_t 255 uspace/srv/net/tcp/test/ucall.c tcp_error_t trc;
tcp_error_t 67 uspace/srv/net/tcp/ucall.c tcp_error_t tcp_uc_open(inet_ep2_t *epp, acpass_t acpass,
tcp_error_t 123 uspace/srv/net/tcp/ucall.c tcp_error_t tcp_uc_send(tcp_conn_t *conn, void *data, size_t size,
tcp_error_t 180 uspace/srv/net/tcp/ucall.c tcp_error_t tcp_uc_receive(tcp_conn_t *conn, void *buf, size_t size,
tcp_error_t 244 uspace/srv/net/tcp/ucall.c tcp_error_t tcp_uc_close(tcp_conn_t *conn)
tcp_error_t 45 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_open(inet_ep2_t *, acpass_t,
tcp_error_t 47 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_send(tcp_conn_t *, void *, size_t, xflags_t);
tcp_error_t 48 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_receive(tcp_conn_t *, void *, size_t, size_t *, xflags_t *);
tcp_error_t 49 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_close(tcp_conn_t *);
HelenOS homepage, sources at GitHub