Annotation of researchv10no/cmd/ether/ethernet.h, revision 1.1

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

unix.superglobalmegacorp.com

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