Changeset 2f19103 in mainline for uspace/srv/net/tcp/tqueue.h
- Timestamp:
- 2015-05-22T07:21:37Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58e9dec
- Parents:
- bf7587b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tqueue.h
rbf7587b0 r2f19103 1 1 /* 2 * Copyright (c) 201 1Jiri Svoboda2 * Copyright (c) 2015 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 36 36 #define TQUEUE_H 37 37 38 #include <inet/endpoint.h> 38 39 #include "std.h" 39 40 #include "tcp_type.h" … … 48 49 extern void tcp_prepare_transmit_segment(tcp_conn_t *, tcp_segment_t *); 49 50 extern void tcp_conn_transmit_segment(tcp_conn_t *, tcp_segment_t *); 50 extern void tcp_transmit_segment( tcp_sockpair_t *, tcp_segment_t *);51 extern void tcp_transmit_segment(inet_ep2_t *, tcp_segment_t *); 51 52 extern void tcp_header_setup(tcp_conn_t *, tcp_segment_t *, tcp_header_t *); 52 53 extern void tcp_phdr_setup(tcp_conn_t *, tcp_segment_t *, tcp_phdr_t *);
Note:
See TracChangeset
for help on using the changeset viewer.