Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 15:24:13 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c bpf.h bpfdesc.h
Message-ID:  <200211142324.gAENODLr001297@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/11/14 15:24:13 PST

  Modified files:
    sys/net              bpf.c bpf.h bpfdesc.h 
  Log:
  o add support for multiple link types per interface (e.g. 802.11 and Ethernet)
  o introduce BPF_TAP and BPF_MTAP macros to hide implementation details and
    ease code portability
  o use m_getcl where appropriate
  
  Reviewed by:    many
  Approved by:    re
  Obtained from:  NetBSD (multiple link type support)
  
  Revision  Changes    Path
  1.101     +38 -24    src/sys/net/bpf.c
  1.27      +14 -3     src/sys/net/bpf.h
  1.22      +1 -0      src/sys/net/bpfdesc.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?200211142324.gAENODLr001297>