plan9fox/sys
cinap_lenrek fa97c3dd10 devip: simplify ip reassembly functions, getting rid of Ipfrag.hlen
given that we now keep the block size consistent with the
ip packet size, the variable header part of the ip packet
is just: BLEN(bp) - fp->flen == fp->hlen.

fix bug in ip6reassemble() in the non-fragmented case:
reload ih after ip header was moved before writing ih->ploadlen.

use concatbloc() instead of pullupblock().
2019-03-03 18:56:18 +01:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: [9fans] ..... UNSUBSCRIBE_HELP NEEDED 2018-12-11 12:57:36 -05:00
include libip: replace v4parsecidr() with new parseipandmask() 2019-02-11 23:26:57 +01:00
lib troff: fix -ms mug (thanks aksr) 2019-01-23 21:28:22 +01:00
man libip: replace v4parsecidr() with new parseipandmask() 2019-02-11 23:26:57 +01:00
src devip: simplify ip reassembly functions, getting rid of Ipfrag.hlen 2019-03-03 18:56:18 +01:00