summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ether.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceitojun2002-06-091-4/+4
|
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Copyright.angelos2001-06-251-4/+3
|
* Inclusion protection.angelos2001-06-091-2/+6
|
* - define and use EtherIP version 3 (2 byte padded header instead of thejason2001-02-031-3/+4
| | | | | single byte header used in V2), and drop support for V2. - that done, remove some of the buffer copies that were used as alignment shims
* KNFjason2001-02-031-12/+11
|
* a quick checkpoint:jason2001-02-021-3/+7
| | | | | | | | | | - add a struct etherip_header (will make switching protocol versions a bit easier and give a base for aligning things correctly) - fix the version/reserved field checking for good this time - don't need to m_copydata to grab the first byte of an mbuf that you know has t hat byte - m_adj() instead of homebrew - fix M_MCAST/M_BCAST setting (cut/pasto) - if_imcasts was being updated on the wrong interface
* grr, don't forget to change the reserved field to the upper 4 bits of the header.jason2001-02-011-1/+2
|
* according to the draft-housley-etherip-01, the version is in the low orderjason2001-02-011-2/+3
| | | | 4 bits of the header
* Define version number for EtherIP protocol (soon to become RFC).angelos2001-01-091-1/+3
|
* Fix comment.angelos2000-01-211-2/+2
|
* Queue on the bridge interface.angelos1999-10-291-7/+8
|
* Add Ethernet-IP encapsulation handling.angelos1999-10-281-0/+58