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

/freebsd-9.3-release/sys/netinet6/
H A Dicmp6.cdiff 108741 Sun Jan 05 20:37:36 MST 2003 sam correct pkthdr length calculation for ipv6 echo packets; after moving a packet
header with M_MOVE_PKTHDR one should not reference the packet header in the
original packet; in this case the code was assuming that m_adj would alter
m_pkthdr.len which stopped happening because M_MOVE_PKTHDR removes the
M_PKTHDR bit from m_flags

Submitted by: Bill Fenner <fenner@research.att.com>

Completed in 107 milliseconds