Annotation of cci/usr/src/etc/nstat/nstat.h, revision 1.1.1.1

1.1       root        1: #define        kFLAG           0x00000001
                      2: #define        AFLAG           0x00000002
                      3: #define        aFLAG           0x00000004
                      4: #define        hFLAG           0x00000008
                      5: #define        iFLAG           0x00000010
                      6: #define        mFLAG           0x00000020
                      7: #define        nFLAG           0x00000040
                      8: #define        rFLAG           0x00000080
                      9: #define        sFLAG           0x00000100
                     10: #define        cFLAG           0x00000200
                     11: #define        tFLAG           0x00000400
                     12: #define pFLAG          0x00000800
                     13: #define dFLAG          0x00001000
                     14: #define EFLAG          0x00002000
                     15: #define eFLAG          0x00004000
                     16: #define bFLAG          0x00008000
                     17: 
                     18: 
                     19: #define        kflag           (flaggiven & kFLAG)     /* memory flag */
                     20: #define        Aflag           (flaggiven & AFLAG)     /* kind-of-debugging flag */
                     21: #define        aflag           (flaggiven & aFLAG)
                     22: #define        hflag           (flaggiven & hFLAG)     /* host flag */
                     23: #define        iflag           (flaggiven & iFLAG)     /* interface flag */
                     24: #define        mflag           (flaggiven & mFLAG)     /* mbuf flag */
                     25: #define        nflag           (flaggiven & nFLAG)     /* num. addr instead of nmes */
                     26: #define        rflag           (flaggiven & rFLAG)     /* route flag */
                     27: #define        sflag           (flaggiven & sFLAG)     /* statistics flag */
                     28: #define        cflag           (flaggiven & cFLAG)     /* control-blk flag(default) */
                     29: #define        tflag           (flaggiven & tFLAG)     /* looping flag */
                     30: #define        pflag           (flaggiven & pFLAG)     /* print protocol flag */
                     31: #define        dflag           (flaggiven & dFLAG)     /* print device flag */
                     32: #define Eflag          (flaggiven & EFLAG)     /* print ethernet addresses */
                     33: #define eflag          (flaggiven & eFLAG)     /* print input packet errors
                     34:                                                   at driver-level      */
                     35: #define bflag          (flaggiven & bFLAG)     /* print enp rings info */
                     36: 
                     37: #define WILDCARD       0xff                    /* wildcard unit #      */

unix.superglobalmegacorp.com

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