Changeset 95c675b in mainline for uspace/srv/net/tcp/inet.h
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/srv/net/tcp/inet.h (moved) (moved from uspace/srv/net/tcp/tcp.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/inet.h
rdbf32b1 r95c675b 1 1 /* 2 * Copyright (c) 201 1Jiri Svoboda2 * Copyright (c) 2015 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 30 30 * @{ 31 31 */ 32 /** @file TCP (Transmission Control Protocol) network module32 /** @file TCP inet interfacing 33 33 */ 34 34 35 #ifndef TCP_ H36 #define TCP_ H35 #ifndef TCP_INET_H 36 #define TCP_INET_H 37 37 38 #include <async.h>39 38 #include "tcp_type.h" 40 39 40 extern int tcp_inet_init(void); 41 41 extern void tcp_transmit_pdu(tcp_pdu_t *); 42 42
Note:
See TracChangeset
for help on using the changeset viewer.
