]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ipv4] Generalise fragment reassembly mechanism
authorMichael Brown <mcb30@ipxe.org>
Tue, 27 Aug 2013 15:08:15 +0000 (16:08 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 27 Aug 2013 15:39:43 +0000 (16:39 +0100)
commit22a0c4475c91c745f0e5cc1171939359921d09f9
treed5f09c98c2d49a399f504267c18a2dc8dfbb7042
parentae0124cd404c0ee25152bef70bee9e2030054ce7
[ipv4] Generalise fragment reassembly mechanism

Generalise the concept of fragment reassembly to allow for code
sharing between IPv4 and IPv6 protocols.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/fragment.h [new file with mode: 0644]
src/include/ipxe/ip.h
src/net/fragment.c [new file with mode: 0644]
src/net/ipv4.c