OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jasoncvs.openbsd.org)
Date: Fri Feb 02 2001 - 02:28:22 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2001/02/02 01:28:21

    Modified files:
            sys/netinet : ip_ether.c ip_ether.h

    Log message:
    a quick checkpoint:
    - 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