HelenOS sources

tcp_client_t       70 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_create(tcp_client_t *, tcp_conn_t *, tcp_cconn_t **);
tcp_client_t      301 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_create(tcp_client_t *client, tcp_conn_t *conn,
tcp_client_t      348 uspace/srv/net/tcp/service.c static errno_t tcp_clistener_create(tcp_client_t *client, tcp_conn_t *conn,
tcp_client_t      393 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_get(tcp_client_t *client, sysarg_t id,
tcp_client_t      415 uspace/srv/net/tcp/service.c static errno_t tcp_clistener_get(tcp_client_t *client, sysarg_t id,
tcp_client_t      438 uspace/srv/net/tcp/service.c static errno_t tcp_conn_create_impl(tcp_client_t *client, inet_ep2_t *epp,
tcp_client_t      485 uspace/srv/net/tcp/service.c static errno_t tcp_conn_destroy_impl(tcp_client_t *client, sysarg_t conn_id)
tcp_client_t      512 uspace/srv/net/tcp/service.c static errno_t tcp_listener_create_impl(tcp_client_t *client, inet_ep_t *ep,
tcp_client_t      558 uspace/srv/net/tcp/service.c static errno_t tcp_listener_destroy_impl(tcp_client_t *client, sysarg_t lst_id)
tcp_client_t      585 uspace/srv/net/tcp/service.c static errno_t tcp_conn_send_fin_impl(tcp_client_t *client, sysarg_t conn_id)
tcp_client_t      610 uspace/srv/net/tcp/service.c static errno_t tcp_conn_push_impl(tcp_client_t *client, sysarg_t conn_id)
tcp_client_t      635 uspace/srv/net/tcp/service.c static errno_t tcp_conn_reset_impl(tcp_client_t *client, sysarg_t conn_id)
tcp_client_t      661 uspace/srv/net/tcp/service.c static errno_t tcp_conn_send_impl(tcp_client_t *client, sysarg_t conn_id,
tcp_client_t      691 uspace/srv/net/tcp/service.c static errno_t tcp_conn_recv_impl(tcp_client_t *client, sysarg_t conn_id,
tcp_client_t      733 uspace/srv/net/tcp/service.c static void tcp_callback_create_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      755 uspace/srv/net/tcp/service.c static void tcp_conn_create_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      801 uspace/srv/net/tcp/service.c static void tcp_conn_destroy_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      821 uspace/srv/net/tcp/service.c static void tcp_listener_create_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      867 uspace/srv/net/tcp/service.c static void tcp_listener_destroy_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      887 uspace/srv/net/tcp/service.c static void tcp_conn_send_fin_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      907 uspace/srv/net/tcp/service.c static void tcp_conn_push_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      927 uspace/srv/net/tcp/service.c static void tcp_conn_reset_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t      947 uspace/srv/net/tcp/service.c static void tcp_conn_send_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t     1007 uspace/srv/net/tcp/service.c static void tcp_conn_recv_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t     1062 uspace/srv/net/tcp/service.c static void tcp_conn_recv_wait_srv(tcp_client_t *client, ipc_call_t *icall)
tcp_client_t     1118 uspace/srv/net/tcp/service.c static void tcp_client_init(tcp_client_t *client)
tcp_client_t     1120 uspace/srv/net/tcp/service.c 	memset(client, 0, sizeof(tcp_client_t));
tcp_client_t     1130 uspace/srv/net/tcp/service.c static void tcp_client_fini(tcp_client_t *client)
tcp_client_t     1168 uspace/srv/net/tcp/service.c 	tcp_client_t client;
HelenOS homepage, sources at GitHub