Changeset fdbc3ff in mainline for uspace/srv/net/tl/tcp/tcp_header.h
- Timestamp:
- 2010-11-19T23:50:06Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46d4d9f
- Parents:
- b4c9c61 (diff), a9c6b966 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp_header.h
rb4c9c61 rfdbc3ff 59 59 typedef struct tcp_header tcp_header_t; 60 60 61 /** Type definition of the transmission datagram header pointer.62 * @see tcp_header63 */64 typedef tcp_header_t *tcp_header_ref;65 66 61 /** Type definition of the transmission datagram header option. 67 62 * @see tcp_option … … 69 64 typedef struct tcp_option tcp_option_t; 70 65 71 /** Type definition of the transmission datagram header option pointer.72 * @see tcp_option73 */74 typedef tcp_option_t *tcp_option_ref;75 76 66 /** Type definition of the Maximum segment size TCP option. */ 77 67 typedef struct tcp_max_segment_size_option tcp_max_segment_size_option_t; 78 79 /** Type definition of the Maximum segment size TCP option pointer.80 * @see tcp_max_segment_size_option81 */82 typedef tcp_max_segment_size_option_t *tcp_max_segment_size_option_ref;83 68 84 69 /** Transmission datagram header. */
Note:
See TracChangeset
for help on using the changeset viewer.