Searched hist:144529 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_crc32.hdiff 205104 Fri Mar 12 21:05:23 MST 2010 rrs The proper fix for the delayed SCTP checksum is to
have the delayed function take an argument as to the offset
to the SCTP header. This allows it to work for V4 and V6.
This of course means changing all callers of the function
to either pass the header len, if they have it, or create
it (ip_hl << 2 or sizeof(ip6_hdr)).
PR: 144529
MFC after: 2 weeks
H A Dsctp_crc32.cdiff 205104 Fri Mar 12 21:05:23 MST 2010 rrs The proper fix for the delayed SCTP checksum is to
have the delayed function take an argument as to the offset
to the SCTP header. This allows it to work for V4 and V6.
This of course means changing all callers of the function
to either pass the header len, if they have it, or create
it (ip_hl << 2 or sizeof(ip6_hdr)).
PR: 144529
MFC after: 2 weeks
H A Dip_divert.cdiff 205104 Fri Mar 12 21:05:23 MST 2010 rrs The proper fix for the delayed SCTP checksum is to
have the delayed function take an argument as to the offset
to the SCTP header. This allows it to work for V4 and V6.
This of course means changing all callers of the function
to either pass the header len, if they have it, or create
it (ip_hl << 2 or sizeof(ip6_hdr)).
PR: 144529
MFC after: 2 weeks
H A Dip_output.c
/freebsd-10-stable/include/
H A Dtime.hdiff 144529 Sat Apr 02 10:33:27 MST 2005 das Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.

Completed in 200 milliseconds