Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 1999 22:07:00 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c bpf.h bpfdesc.h if_ethersubr.c if_fddisubr.c src/sys/sys mount.h socket.h
Message-ID:  <199910150507.WAA97375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

msmith      1999/10/14 22:07:00 PDT

  Modified files:
    sys/net              bpf.c bpf.h bpfdesc.h if_ethersubr.c 
                         if_fddisubr.c 
    sys/sys              mount.h socket.h 
  Log:
  Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header
  completion' flag.  If set, the interface output routine will assume that
  the packet already has a valid link-level source address.  This defaults
  to off (the address is overwritten)
  
  PR:		kern/10680
  Submitted by:	"Christopher N . Harrell" <cnh@mindspring.net>
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.56      +20 -1     src/sys/net/bpf.c
  1.18      +3 -1      src/sys/net/bpf.h
  1.14      +2 -1      src/sys/net/bpfdesc.h
  1.58      +15 -5     src/sys/net/if_ethersubr.c
  1.38      +18 -6     src/sys/net/if_fddisubr.c
  1.81      +2 -2      src/sys/sys/mount.h
  1.29      +5 -2      src/sys/sys/socket.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910150507.WAA97375>