DragonFly-2.3.0.414.g869759 master sys/net if_ethersubr.c sys/netinet ip_demux.c sys/sys mbuf.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Mar 17 04:33:43 PDT 2009


commit 8697599b2b01aac0886db1a19f0c407f4dfc3a3e
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Mar 15 17:40:24 2009 +0800

    Add M_LENCHECKED mbuf flag.
    
    This flag indicates that various protocol length fields of the packet
    are checked.  It is only used by IPv4 currently (ip_lengthcheck()).

Summary of changes:
 sys/net/if_ethersubr.c |    6 +++++-
 sys/netinet/ip_demux.c |    1 +
 sys/sys/mbuf.h         |    4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8697599b2b01aac0886db1a19f0c407f4dfc3a3e


-- 
DragonFly BSD source repository





More information about the Commits mailing list