!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/drivers/net/sk98lin/h/   drwxr-xr-x
Free 318.33 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     skgepnm2.h (12.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*****************************************************************************
 *
 * Name:    skgepnm2.h
 * Project:    GEnesis, PCI Gigabit Ethernet Adapter
 * Version:    $Revision: 1.30 $
 * Date:    $Date: 2001/02/06 10:03:41 $
 * Purpose:    Defines for Private Network Management Interface
 *
 ****************************************************************************/

/******************************************************************************
 *
 *    (C)Copyright 1998-2001 SysKonnect GmbH.
 *
 *    This program is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU General Public License as published by
 *    the Free Software Foundation; either version 2 of the License, or
 *    (at your option) any later version.
 *
 *    The information in this file is provided "AS IS" without warranty.
 *
 ******************************************************************************/

/*****************************************************************************
 *
 * History:
 *
 *    $Log: skgepnm2.h,v $
 *    Revision 1.30  2001/02/06 10:03:41  mkunz
 *    - Pnmi V4 dual net support added. Interface functions and macros extended
 *    - Vpd bug fixed
 *    - OID_SKGE_MTU added
 *    
 *    Revision 1.29  2001/01/22 13:41:37  rassmann
 *    Supporting two nets on dual-port adapters.
 *    
 *    Revision 1.28  2000/08/03 15:12:48  rwahl
 *    - Additional comment for MAC statistic data structure.
 *    
 *    Revision 1.27  2000/08/01 16:10:18  rwahl
 *    - Added mac statistic data structure for StatRxLongFrame counter.
 *    
 *    Revision 1.26  2000/03/31 13:51:34  rwahl
 *    Added SK_UPTR cast to offset calculation for PNMI struct fields;
 *    missing cast caused compiler warnings by Win64 compiler.
 *    
 *    Revision 1.25  1999/11/22 13:57:41  cgoos
 *    Changed license header to GPL.
 *    Allowing overwrite for SK_PNMI_STORE/_READ defines.
 *    
 *    Revision 1.24  1999/04/13 15:11:11  mhaveman
 *    Changed copyright.
 *    
 *    Revision 1.23  1999/01/28 15:07:12  mhaveman
 *    Changed default threshold for port switches per hour from 10
 *    to 240 which means 4 switches per minute. This fits better
 *    the granularity of 32 for the port switch estimate
 *    counter.
 *    
 *    Revision 1.22  1999/01/05 12:52:30  mhaveman
 *    Removed macro SK_PNMI_MICRO_SEC.
 *    
 *    Revision 1.21  1999/01/05 12:50:34  mhaveman
 *    Enlarged macro definition SK_PNMI_HUNDREDS_SEC() so that no 64-bit
 *    arithmetic is necessary if SK_TICKS_PER_SEC is 100.
 *    
 *    Revision 1.20  1998/12/09 14:02:53  mhaveman
 *    Defined macro SK_PNMI_DEF_RLMT_CHG_THRES for default port switch
 *    threshold.
 *    
 *    Revision 1.19  1998/12/03 11:28:41  mhaveman
 *    Removed SK_PNMI_CHECKPTR macro.
 *    
 *    Revision 1.18  1998/12/03 11:21:00  mhaveman
 *    -Added pointer check macro SK_PNMI_CHECKPTR
 *    -Added macros SK_PNMI_VPD_ARR_SIZE and SK_PNMI_VPD_STR_SIZE for
 *     VPD key evaluation.
 *    
 *    Revision 1.17  1998/11/20 13:20:33  mhaveman
 *    Fixed bug in SK_PNMI_SET_STAT macro. ErrorStatus was not correctly set.
 *    
 *    Revision 1.16  1998/11/20 08:08:49  mhaveman
 *    Macro SK_PNMI_CHECKFLAGS has got a if clause.
 *    
 *    Revision 1.15  1998/11/03 13:53:40  mhaveman
 *    Fixed alignment problem in macor SK_PNMI_SET_STAT macro.
 *    
 *    Revision 1.14  1998/10/30 15:50:13  mhaveman
 *    Added macro SK_PNMI_MICRO_SEC()
 *    
 *    Revision 1.13  1998/10/30 12:32:20  mhaveman
 *    Added forgotten cast in SK_PNMI_READ_U32 macro.
 *
 *    Revision 1.12  1998/10/29 15:40:26  mhaveman
 *    -Changed SK_PNMI_TRAP_SENSOR_LEN because SensorDescr has now
 *     variable string length.
 *    -Defined SK_PNMI_CHECKFLAGS macro
 *    
 *    Revision 1.11  1998/10/29 08:53:34  mhaveman
 *    Removed SK_PNMI_RLM_XXX table indexed because these counters need
 *    not been saved over XMAC resets.
 *    
 *    Revision 1.10  1998/10/28 08:48:20  mhaveman
 *    -Added macros for storage according to alignment
 *    -Changed type of Instance to SK_U32 because of VPD
 *    -Removed trap structures. Not needed because of alignment problem
 *    -Changed type of Action form SK_U8 to int
 *    
 *    Revision 1.9  1998/10/21 13:34:45  mhaveman
 *    Shit, mismatched calculation of SK_PNMI_HUNDREDS_SEC. Corrected.
 *    
 *    Revision 1.8  1998/10/21 13:24:58  mhaveman
 *    Changed calculation of hundreds of seconds.
 *    
 *    Revision 1.7  1998/10/20 07:31:41  mhaveman
 *    Made type changes to unsigned int where possible.
 *    
 *    Revision 1.6  1998/09/04 17:04:05  mhaveman
 *    Added Sync counters to offset storage to provided settled values on
 *    port switch.
 *    
 *    Revision 1.5  1998/09/04 12:45:35  mhaveman
 *    Removed dummies for SK_DRIVER_ macros. They should be added by driver
 *    writer in skdrv2nd.h.
 *    
 *    Revision 1.4  1998/09/04 11:59:50  mhaveman
 *    Everything compiles now. Driver Macros for counting still missing.
 *    
 *    Revision 1.3  1998/08/24 12:01:35  mhaveman
 *    Intermediate state.
 *    
 *    Revision 1.2  1998/08/17 07:51:40  mhaveman
 *    Intermediate state.
 *    
 *    Revision 1.1  1998/08/11 09:08:40  mhaveman
 *    Intermediate state.
 *    
 ****************************************************************************/

#ifndef _SKGEPNM2_H_
#define _SKGEPNM2_H_

#ifndef FALSE
#define FALSE            0
#endif

#ifndef TRUE
#define    TRUE            !(FALSE)
#endif

/*
 * General definitions
 */
#define SK_PNMI_CHIPSET        1    /* XMAC11800FP */

#define    SK_PNMI_BUS_PCI        1    /* PCI bus*/

/*
 * Actions
 */
#define SK_PNMI_ACT_IDLE    1
#define SK_PNMI_ACT_RESET    2
#define SK_PNMI_ACT_SELFTEST    3
#define SK_PNMI_ACT_RESETCNT    4

/*
 * VPD releated defines
 */

#define SK_PNMI_VPD_RW        1
#define SK_PNMI_VPD_RO        2

#define SK_PNMI_VPD_OK        0
#define SK_PNMI_VPD_NOTFOUND    1
#define SK_PNMI_VPD_CUT        2
#define SK_PNMI_VPD_TIMEOUT    3
#define SK_PNMI_VPD_FULL    4
#define SK_PNMI_VPD_NOWRITE    5
#define SK_PNMI_VPD_FATAL    6

#define SK_PNMI_VPD_IGNORE    0
#define SK_PNMI_VPD_CREATE    1
#define SK_PNMI_VPD_DELETE    2


/*
 * RLMT related defines
 */
#define SK_PNMI_DEF_RLMT_CHG_THRES    240    /* 4 changes per minute */

/*
 * Internal table definitions
 */
#define SK_PNMI_GET        0
#define SK_PNMI_PRESET        1
#define SK_PNMI_SET        2

#define SK_PNMI_RO        0
#define SK_PNMI_RW        1

typedef struct s_OidTabEntry {
    SK_U32        Id;
    SK_U32        InstanceNo;
    unsigned int    StructSize;
    unsigned int    Offset;
    int        Access;
    int        (* Func)(SK_AC *pAc, SK_IOC pIo, int action,
                SK_U32 Id, char* pBuf, unsigned int* pLen,
                SK_U32 Instance, unsigned int TableIndex,
                                SK_U32 NetNumber);
    SK_U16        Param;
} SK_PNMI_TAB_ENTRY;


/*
 * Trap lengths
 */
#define SK_PNMI_TRAP_SIMPLE_LEN        17
#define SK_PNMI_TRAP_SENSOR_LEN_BASE    46
#define SK_PNMI_TRAP_RLMT_CHANGE_LEN    23
#define SK_PNMI_TRAP_RLMT_PORT_LEN    23


/*
 * MAC statistic data structures
 * Only for the first 64 counters: the number relates to the bit in the
 * XMAC overflow status register
 */
#define SK_PNMI_HTX            0
#define SK_PNMI_HTX_OCTET        1
#define SK_PNMI_HTX_OCTETHIGH        1
#define SK_PNMI_HTX_OCTETLOW        2
#define SK_PNMI_HTX_BROADCAST        3
#define SK_PNMI_HTX_MULTICAST        4
#define SK_PNMI_HTX_UNICAST        5
#define SK_PNMI_HTX_LONGFRAMES        6
#define SK_PNMI_HTX_BURST        7
#define SK_PNMI_HTX_PMACC        8
#define SK_PNMI_HTX_MACC        9
#define SK_PNMI_HTX_SINGLE_COL        10
#define SK_PNMI_HTX_MULTI_COL        11
#define SK_PNMI_HTX_EXCESS_COL        12
#define SK_PNMI_HTX_LATE_COL        13
#define SK_PNMI_HTX_DEFFERAL        14
#define SK_PNMI_HTX_EXCESS_DEF        15
#define SK_PNMI_HTX_UNDERRUN        16
#define SK_PNMI_HTX_CARRIER        17
#define SK_PNMI_HTX_UTILUNDER        18
#define SK_PNMI_HTX_UTILOVER        19
#define SK_PNMI_HTX_64            20
#define SK_PNMI_HTX_127            21
#define SK_PNMI_HTX_255            22
#define SK_PNMI_HTX_511            23
#define SK_PNMI_HTX_1023        24
#define SK_PNMI_HTX_MAX            25
#define SK_PNMI_HTX_RESERVED26        26
#define SK_PNMI_HTX_RESERVED27        27
#define SK_PNMI_HTX_RESERVED28        28
#define SK_PNMI_HTX_RESERVED29        29
#define SK_PNMI_HTX_RESERVED30        30
#define SK_PNMI_HTX_RESERVED31        31
#define SK_PNMI_HRX            (32 + 0)
#define SK_PNMI_HRX_OCTET        (32 + 1)
#define SK_PNMI_HRX_OCTETHIGH        (32 + 1)
#define SK_PNMI_HRX_OCTETLOW        (32 + 2)
#define SK_PNMI_HRX_BROADCAST        (32 + 3)
#define SK_PNMI_HRX_MULTICAST        (32 + 4)
#define SK_PNMI_HRX_UNICAST        (32 + 5)
#define SK_PNMI_HRX_PMACC        (32 + 6)
#define SK_PNMI_HRX_MACC        (32 + 7)
#define SK_PNMI_HRX_PMACC_ERR        (32 + 8)
#define SK_PNMI_HRX_MACC_UNKWN        (32 + 9)
#define SK_PNMI_HRX_BURST        (32 + 10)
#define SK_PNMI_HRX_MISSED        (32 + 11)
#define SK_PNMI_HRX_FRAMING        (32 + 12)
#define SK_PNMI_HRX_OVERFLOW        (32 + 13)
#define SK_PNMI_HRX_JABBER        (32 + 14)
#define SK_PNMI_HRX_CARRIER        (32 + 15)
#define SK_PNMI_HRX_IRLENGTH        (32 + 16)
#define SK_PNMI_HRX_SYMBOL        (32 + 17)
#define SK_PNMI_HRX_SHORTS        (32 + 18)
#define SK_PNMI_HRX_RUNT        (32 + 19)
#define SK_PNMI_HRX_TOO_LONG        (32 + 20)
#define SK_PNMI_HRX_FCS            (32 + 21)
#define SK_PNMI_HRX_RESERVED22        (32 + 22)
#define SK_PNMI_HRX_CEXT        (32 + 23)
#define SK_PNMI_HRX_UTILUNDER        (32 + 24)
#define SK_PNMI_HRX_UTILOVER        (32 + 25)
#define SK_PNMI_HRX_64            (32 + 26)
#define SK_PNMI_HRX_127            (32 + 27)
#define SK_PNMI_HRX_255            (32 + 28)
#define SK_PNMI_HRX_511            (32 + 29)
#define SK_PNMI_HRX_1023        (32 + 30)
#define SK_PNMI_HRX_MAX            (32 + 31)

#define SK_PNMI_HTX_SYNC        64
#define SK_PNMI_HTX_SYNC_OCTET        65

#define SK_PNMI_HRX_LONGFRAMES        66

#define SK_PNMI_MAX_IDX            (SK_PNMI_CNT_NO)

/*
 * MAC specific data
 */
typedef struct s_PnmiStatAddr {
    SK_BOOL        GetOffset;    /* TRUE: Call GetStatVal function */
    SK_U16        Param;        /* XMAC register containing value */
} SK_PNMI_STATADDR;


/*
 * SK_PNMI_STRUCT_DATA copy offset evaluation macros
 */
#define SK_PNMI_OFF(e)        ((SK_U32)(SK_UPTR)&(((SK_PNMI_STRUCT_DATA *)0)->e))
#define SK_PNMI_MAI_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_STRUCT_DATA *)0)->e))
#define SK_PNMI_VPD_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_VPD *)0)->e))
#define SK_PNMI_SEN_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_SENSOR *)0)->e))
#define SK_PNMI_CHK_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_CHECKSUM *)0)->e))
#define SK_PNMI_STA_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_STAT *)0)->e))
#define SK_PNMI_CNF_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_CONF *)0)->e))
#define SK_PNMI_RLM_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_RLMT *)0)->e))
#define SK_PNMI_MON_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_RLMT_MONITOR *)0)->e))
#define SK_PNMI_TRP_OFF(e)    ((SK_U32)(SK_UPTR)&(((SK_PNMI_TRAP *)0)->e))

#define SK_PNMI_SET_STAT(b,s,o)    {SK_U32    Val32; char *pVal; \
                    Val32 = (s); \
                    pVal = (char *)(b) + ((SK_U32)(SK_UPTR) \
                        &(((SK_PNMI_STRUCT_DATA *)0)-> \
                        ReturnStatus.ErrorStatus)); \
                    SK_PNMI_STORE_U32(pVal, Val32); \
                    Val32 = (o); \
                    pVal = (char *)(b) + ((SK_U32)(SK_UPTR) \
                        &(((SK_PNMI_STRUCT_DATA *)0)-> \
                        ReturnStatus.ErrorOffset)); \
                    SK_PNMI_STORE_U32(pVal, Val32);}

/*
 * Time macros
 */
#if SK_TICKS_PER_SEC == 100
#define SK_PNMI_HUNDREDS_SEC(t)    (t)
#else
#define SK_PNMI_HUNDREDS_SEC(t)    (((t) * 100) / (SK_TICKS_PER_SEC))
#endif

/*
 * Macros to work around alignment problems
 */
#ifndef SK_PNMI_STORE_U16
#define SK_PNMI_STORE_U16(p,v)    {*(char *)(p) = *((char *)&(v)); \
                    *((char *)(p) + 1) = \
                        *(((char *)&(v)) + 1);}
#endif

#ifndef SK_PNMI_STORE_U32
#define SK_PNMI_STORE_U32(p,v)    {*(char *)(p) = *((char *)&(v)); \
                    *((char *)(p) + 1) = \
                        *(((char *)&(v)) + 1); \
                    *((char *)(p) + 2) = \
                        *(((char *)&(v)) + 2); \
                    *((char *)(p) + 3) = \
                        *(((char *)&(v)) + 3);}
#endif

#ifndef SK_PNMI_STORE_U64
#define SK_PNMI_STORE_U64(p,v)    {*(char *)(p) = *((char *)&(v)); \
                    *((char *)(p) + 1) = \
                        *(((char *)&(v)) + 1); \
                    *((char *)(p) + 2) = \
                        *(((char *)&(v)) + 2); \
                    *((char *)(p) + 3) = \
                        *(((char *)&(v)) + 3); \
                    *((char *)(p) + 4) = \
                        *(((char *)&(v)) + 4); \
                    *((char *)(p) + 5) = \
                        *(((char *)&(v)) + 5); \
                    *((char *)(p) + 6) = \
                        *(((char *)&(v)) + 6); \
                    *((char *)(p) + 7) = \
                        *(((char *)&(v)) + 7);}
#endif

#ifndef SK_PNMI_READ_U16
#define SK_PNMI_READ_U16(p,v)    {*((char *)&(v)) = *(char *)(p); \
                    *(((char *)&(v)) + 1) = \
                        *((char *)(p) + 1);}
#endif

#ifndef SK_PNMI_READ_U32
#define SK_PNMI_READ_U32(p,v)    {*((char *)&(v)) = *(char *)(p); \
                    *(((char *)&(v)) + 1) = \
                        *((char *)(p) + 1); \
                    *(((char *)&(v)) + 2) = \
                        *((char *)(p) + 2); \
                    *(((char *)&(v)) + 3) = \
                        *((char *)(p) + 3);}
#endif

#ifndef SK_PNMI_READ_U64
#define SK_PNMI_READ_U64(p,v)    {*((char *)&(v)) = *(char *)(p); \
                    *(((char *)&(v)) + 1) = \
                        *((char *)(p) + 1); \
                    *(((char *)&(v)) + 2) = \
                        *((char *)(p) + 2); \
                    *(((char *)&(v)) + 3) = \
                        *((char *)(p) + 3); \
                    *(((char *)&(v)) + 4) = \
                        *((char *)(p) + 4); \
                    *(((char *)&(v)) + 5) = \
                        *((char *)(p) + 5); \
                    *(((char *)&(v)) + 6) = \
                        *((char *)(p) + 6); \
                    *(((char *)&(v)) + 7) = \
                        *((char *)(p) + 7);}
#endif

/*
 * Macros for Debug
 */
#ifdef DEBUG

#define SK_PNMI_CHECKFLAGS(vSt)    {if (pAC->Pnmi.MacUpdatedFlag > 0 || \
                    pAC->Pnmi.RlmtUpdatedFlag > 0 || \
                    pAC->Pnmi.SirqUpdatedFlag > 0) { \
                        SK_DBG_MSG(pAC, \
                        SK_DBGMOD_PNMI, \
                        SK_DBGCAT_CTRL,    \
                        ("PNMI: ERR: %s MacUFlag=%d, RlmtUFlag=%d, SirqUFlag=%d\n", \
                        vSt, \
                        pAC->Pnmi.MacUpdatedFlag, \
                        pAC->Pnmi.RlmtUpdatedFlag, \
                        pAC->Pnmi.SirqUpdatedFlag))}}

#else    /* !DEBUG */

#define SK_PNMI_CHECKFLAGS(vSt)    /* Nothing */

#endif    /* !DEBUG */

#endif    /* _SKGEPNM2_H_ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0239 ]--