Module name:    mbuf
Committed by:   pcahyna
Date:           Fri Aug 18 19:38:08 UTC 2006

Modified Files:
        mbuf/src/sys/netinet6: frag6.c ip6_input.c ip6_var.h raw_ip6.c

Log Message:
- Add a function ip6_get_prevhdr_off, which is like ip6_get_prevhdr, but
returns the offset to the next header field of the previous header, not
the pointer to it. Constify ip6_get_prevhdr and make it safe for the case
of a fragmented mbuf chain. Use the new function in frag6_input and
rip6_input.

- In frag6_input, clear the packet header while concatenating mbufs to
avoid a packet header in the middle of mbuf chain.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 mbuf/src/sys/netinet6/raw_ip6.c
cvs -z3 rdiff -u -r1.2 -r1.3 mbuf/src/sys/netinet6/frag6.c
cvs -z3 rdiff -u -r1.4 -r1.5 mbuf/src/sys/netinet6/ip6_var.h
cvs -z3 rdiff -u -r1.5 -r1.6 mbuf/src/sys/netinet6/ip6_input.c

To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/mbuf/src/sys/netinet6/raw_ip6.c?r1=1.1.1.1&r2=1.2
http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/mbuf/src/sys/netinet6/frag6.c?r1=1.2&r2=1.3
http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/mbuf/src/sys/netinet6/ip6_var.h?r1=1.4&r2=1.5
http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/mbuf/src/sys/netinet6/ip6_input.c?r1=1.5&r2=1.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NetBSD-SoC-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to