Changeset 004a5fe in mainline for uspace/srv/net/tl/tcp/state.h
- Timestamp:
- 2011-11-20T19:13:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eea65f4
- Parents:
- 854e79a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/state.h
r854e79a6 r004a5fe 42 42 * User calls 43 43 */ 44 extern voidtcp_uc_open(uint16_t, tcp_sock_t *, acpass_t, tcp_conn_t **);44 extern tcp_error_t tcp_uc_open(uint16_t, tcp_sock_t *, acpass_t, tcp_conn_t **); 45 45 extern tcp_error_t tcp_uc_send(tcp_conn_t *, void *, size_t, xflags_t); 46 46 extern tcp_error_t tcp_uc_receive(tcp_conn_t *, void *, size_t, size_t *, xflags_t *);
Note:
See TracChangeset
for help on using the changeset viewer.