Changeset ca2d142 in mainline for uspace/srv/net/tl/icmp/icmp.h
- Timestamp:
- 2010-02-18T10:00:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e326edc
- Parents:
- b8da2a3 (diff), 91478aa (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/icmp/icmp.h
rb8da2a3 rca2d142 94 94 */ 95 95 int ip_phone; 96 /** Reserved packet prefix length.96 /** Packet dimension. 97 97 */ 98 size_t prefix; 99 /** Maximal packet content length. 100 */ 101 size_t content; 102 /** Reserved packet suffix length. 103 */ 104 size_t suffix; 105 /** Packet address length. 106 */ 107 size_t addr_len; 98 packet_dimension_t packet_dimension; 108 99 /** Networking module phone. 109 100 */
Note:
See TracChangeset
for help on using the changeset viewer.