Changeset 313824a in mainline for uspace/srv/net/inetsrv/inet_std.h
- Timestamp:
- 2013-07-16T17:05:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f97352
- Parents:
- fc4bf2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_std.h
rfc4bf2a r313824a 48 48 /** Total Length */ 49 49 uint16_t tot_len; 50 /** Identifi cation*/50 /** Identifier */ 51 51 uint16_t id; 52 52 /** Flags, Fragment Offset */ … … 126 126 /** Fragmentation offset, reserved and M flag */ 127 127 uint16_t offsmf; 128 /** Identifi cation*/128 /** Identifier */ 129 129 uint32_t id; 130 130 } ip6_header_fragment_t;
Note:
See TracChangeset
for help on using the changeset viewer.