Changeset a7811f17 in mainline for uspace/srv/net/tl/tcp/tcp_header.h
- Timestamp:
- 2010-11-19T21:28:02Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- a9c6b966
- Parents:
- 45f04f8 (diff), aaa3f33a (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
r45f04f8 ra7811f17 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.