Annotation of researchv10dc/lsys/sys/inet/ethernet.h, revision 1.1

1.1     ! root        1: #ifndef _ETHERNET_
        !             2: #define _ETHERNET_
        !             3: 
        !             4: struct etherpup {
        !             5:      u_char    dhost[6];
        !             6:      u_char    shost[6];
        !             7:      u_short   type;
        !             8: };
        !             9: 
        !            10: #define ETHERPUP_PUPTYPE       0x400
        !            11: #define ETHERPUP_IPTYPE                0x800
        !            12: #define ETHERPUP_CHAOSTYPE     0x804
        !            13: #define ETHERPUP_ARPTYPE       0x806
        !            14: 
        !            15: #endif
        !            16: 
        !            17: #ifndef CHANS_PER_UNIT
        !            18: #define CHANS_PER_UNIT 8
        !            19: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.