Changeset 44c9ef4 in mainline for uspace/srv/net/inetsrv/inet_std.h


Ignore:
Timestamp:
2013-07-18T17:14:32Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0aa70f4
Parents:
34c1bba
Message:

IPv6 fragmentation support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inet_std.h

    r34c1bba r44c9ef4  
    3939
    4040#include <sys/types.h>
     41
     42#define IP6_NEXT_FRAGMENT  44
    4143
    4244/** IPv4 Datagram header (fixed part) */
     
    9092};
    9193
    92 /** Bits in ip6_frag_header_t.offsmf */
     94/** Bits in ip6_header_fragment_t.offsmf */
    9395enum flags_offsmt_bits {
    9496        /** More fragments */
Note: See TracChangeset for help on using the changeset viewer.