亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ospf_mib_helper.h

?? vxworks下ospf協(xié)議棧
?? H
?? 第 1 頁 / 共 3 頁
字號:
    ulong_t              ospfHostMetric;        /* read-create */    mApiOspfRowStatus_t  ospfHostStatus;        /* read-create */    ulong_t              ospfHostAreaId;        /* read-only */} mApiOspfHost_t;/* objects associate with the ospfIfMetricTable */typedef struct mApiOspfIfMetric{    AVL_NODE             node;            /* AVL Tree node */    void                 *pIf;            /* interface associated with this metric */    rsAction_t           createdAs;       /* the method this row is created */    ulong_t              ospfIfMetricIpAddress;        /* index object, read-only */    ulong_t              ospfIfMetricAddressLessIf;    /* index object, read-only */    ulong_t              ospfIfMetricTOS;              /* index object, read-only */    ulong_t              ospfIfMetricValue;            /* read-create */    mApiOspfRowStatus_t  ospfIfMetricStatus;           /* read-create */} mApiOspfIfMetric_t;typedef struct mApiOspfCryptKey{    uchar_t       authKeyId;    uchar_t       authKey[OSPF_AUTH_MD5_SIZE+1];    uchar_t       authLen;  /* md5 authKey length, not including the key id */} mApiOspfCryptKey_t;/* objects associate with the ospfIfTable */typedef struct mApiOspfIf{    AVL_NODE      node;              /* AVL Tree node */    LIST          listNbrAttached;   /* neighbors attached to this interface, unsorted */    ushort_t      numNbrAttached;    /* number of neighbors attached to this interface */    ulong_t       defaultMtu;        /* default mtu from in_ifaddr structure */    ulong_t       defaultNetmask;    /* default netmask from in_ifaddr structure */    ulong_t       defaultMetric;     /* default metric from in_ifaddr structure */    rsAction_t    createdAs;         /* the method this row is created */    void          *pIfMetric;        /* metric associate with this interface */    void          *pArea;            /* pointer to area this interface connects */    char          sysIfName[IFNAMSIZ];  /* interface name, e.g. `en'' or ``lo'' */    ushort_t      sysIfIndex;        /* numeric abbreviation for this interface */    int           sysIfFlags;        /* interface flags */    ulong_t              ospfIfIpAddress;               /* index object, read-only */    ulong_t              ospfAddressLessIf;             /* index object, read-only */    ulong_t              ospfIfAreaId;                  /* read-create */    mApiOspfIfType_t     ospfIfType;                    /* read-create */    mApiOspfStatus_t     ospfIfAdminStat;               /* read-create */    ulong_t              ospfIfRtrPriority;             /* read-create */    ulong_t              ospfIfTransitDelay;            /* read-create */    ulong_t              ospfIfRetransInterval;         /* read-create */    ulong_t              ospfIfHelloInterval;           /* read-create */    ulong_t              ospfIfRtrDeadInterval;         /* read-create */    ulong_t              ospfIfPollInterval;            /* read-create */    mApiOspfIfState_t    ospfIfState;                   /* read-only */    ulong_t              ospfIfDesignatedRouter;        /* read-only */    ulong_t              ospfIfBackupDesignatedRouter;  /* read-only */    ulong_t              ospfIfEvents;                  /* read-only */    mApiOspfAuthType_t   ospfIfAuthType;                /* read-create */    mApiOspfRowStatus_t  ospfIfStatus;                  /* read-create */        /* read-create ospfIfAuthKey */    uchar_t              ospfIfSimpleAuthKey[OSPF_AUTH_SIMPLE_SIZE +1];     mApiOspfCryptKey_t   ospfIfMd5AuthKey;    ulong_t              authKeyLen;  /* simple authKey length, not a MIB object */    /* the following read-create objects are implemented as read-only */    mApiOspfIfMcastType_t  ospfIfMulticastForwarding;    mApiOspfTrueValue_t    ospfIfDemand;      } mApiOspfIf_t;/* objects associate with the ospfVirtIfTable */typedef struct mApiOspfVirtIf{    AVL_NODE               node;                 /* AVL Tree node */    void                   *pArea;               /* pointer to transit area */    rsAction_t             createdAs;            /* the method this row is created */    ulong_t                ospfVirtIfAreaId;            /* index object, read-only */    ulong_t                ospfVirtIfNeighbor;          /* index object, read-only */    ulong_t                ospfVirtIfTransitDelay;      /* read-create */    ulong_t                ospfVirtIfRetransInterval;   /* read-create */    ulong_t                ospfVirtIfHelloInterval;     /* read-create */    ulong_t                ospfVirtIfRtrDeadInterval;   /* read-create */    mApiOspfVirtIfState_t  ospfVirtIfState;             /* read-only */    ulong_t                ospfVirtIfEvents;            /* read-only */    mApiOspfAuthType_t     ospfVirtIfAuthType;          /* read-create */    mApiOspfRowStatus_t    ospfVirtIfStatus;            /* read-create */    /* read-create ospfVirtIfAuthKey */    uchar_t                ospfVirtIfSimpleAuthKey[OSPF_AUTH_SIMPLE_SIZE+1];     mApiOspfCryptKey_t     ospfVirtIfMd5AuthKey;    ulong_t                authKeyLen;  /* simple authKey length, not a MIB object */} mApiOspfVirtIf_t;/* objects associate with the ospfNbrTable */typedef struct mApiOspfNbr{    AVL_NODE               node;            /* AVL Tree node */    void                   *pIf;            /* interface associated with */    rsAction_t             createdAs;       /* the method this row is created */    ulong_t                ospfNbrIpAddr;            /* index object, read-only */    ulong_t                ospfNbrAddressLessIndex;  /* index object, read-only */    ulong_t                ospfNbrRtrId;             /* read-only */    ulong_t                ospfNbrOptions;           /* read-only */    ulong_t                ospfNbrPriority;          /* read-create */    mApiOspfNbrState_t     ospfNbrState;             /* read-only */    ulong_t                ospfNbrEvents;            /* read-only */    ulong_t                ospfNbrLsRetransQLen;     /* read-only */    mApiOspfRowStatus_t    ospfNbmaNbrStatus;        /* read-create */    mApiOspfNbmaNbrPermanence_t  ospfNbmaNbrPermanence;    /* read-only */    mApiOspfTrueValue_t     ospfNbrHelloSuppressed;   /* read-only */} mApiOspfNbr_t;/* objects associate with the ospfVirtNbrTable */typedef struct mApiOspfVirtNbr{    AVL_NODE             node;                         /* AVL Tree node */    ulong_t              ospfVirtNbrArea;              /* index object, read-only */    ulong_t              ospfVirtNbrRtrId;             /* index object, read-only */    ulong_t              ospfVirtNbrIpAddr;            /* read-only */    ulong_t              ospfVirtNbrOptions;           /* read-only */    mApiOspfNbrState_t   ospfVirtNbrState;             /* read-only */    ulong_t              ospfVirtNbrEvents;            /* read-only */    ulong_t              ospfVirtNbrLsRetransQLen;     /* read-only */    mApiOspfTrueValue_t  ospfVirtNbrHelloSuppressed;   /* read-only */} mApiOspfVirtNbr_t;/* objects associate with the ospfExtLsdbTable */typedef struct mApiOspfExtLsdb{    AVL_NODE               node;                        /* AVL Tree node */    mApiOspfExtLsdbType_t  ospfExtLsdbType;             /* index object, read-only */    ulong_t                ospfExtLsdbLsid;             /* index object, read-only */    ulong_t                ospfExtLsdbRouterId;         /* index object, read-only */    ulong_t                ospfExtLsdbSequence;         /* read-only */    ulong_t                ospfExtLsdbAge;              /* read-only */    ulong_t                ospfExtLsdbChecksum;         /* read-only */    ulong_t                ospfExtLsdbProtoId;          /* route protocol ID, interanl use */    char                   ospfExtLsdbAdvertisement[MAX_EXTERNAL_LSDB_SIZE];   /* read-only */    ushort_t               lsdbLen;   /* length of ospfExtLsdbAdvertisement */} mApiOspfExtLsdb_t;/* objects associate with the ospfAreaAggregateTable */typedef struct mApiOspfAreaAggregate{    AVL_NODE                     node;            /* AVL Tree node */    void                         *pArea;          /* area associated with */    rsAction_t                   createdAs;       /* the method this row is created */    ulong_t                      ospfAreaAggregateAreaID;   /* index object, read-only */    mApiOspfAggregateLsdbType_t  ospfAreaAggregateLsdbType; /* index object, read-only */    ulong_t                      ospfAreaAggregateNet;      /* index object, read-only */    ulong_t                      ospfAreaAggregateMask;     /* index object, read-only */    mApiOspfRowStatus_t          ospfAreaAggregateStatus;   /* read-create */    mApiOspfAggregateEffect_t    ospfAreaAggregateEffect;   /* read-create */} mApiOspfAreaAggregate_t;/* function pointer requires by ospf_mApi_avlTreeWalk() routine */typedef STATUS (* AVL_WALK_FUNC)(void *pNode, void *arg);/*************************************************************************************** * Public Function Prototypes for Management Interface *//* ospfGeneralGroup helper routines */IMPORT STATUS ospf_mApi_globalParmGet(mApiOspfGenGroup_t *thisGenGroup,                                        mApiRequest_t *pRequest, mApiObject_t *pObject);IMPORT STATUS ospf_mApi_globalParmSet(mApiRequest_t *pRequest, mApiObject_t *pObject,                                       mApiReqType_t reqType);/* ospfAreaTable helper routines */IMPORT STATUS ospf_mApi_areaHelperGet( void *pRow, mApiRequest_t *pRequest,                                       mApiObject_t *pObject );IMPORT STATUS ospf_mApi_areaHelperSet(mApiRequest_t *pRequest, rsRequest_t rsReqType );IMPORT STATUS ospf_mApi_areaHelperRegisterIf( mApiOspfIf_t *pIf, int oldStatus );/* ospfStubTable helper routines */IMPORT STATUS ospf_mApi_stubHelperGet( void *pRow, mApiRequest_t *pRequest,                                       mApiObject_t *pObject );IMPORT STATUS ospf_mApi_stubHelperSet( mApiRequest_t *pRequest, rsRequest_t rsReqType );/* ospfLasbTable helper routine */IMPORT STATUS ospf_mApi_lsdbHelperGet( void *pRow, mApiRequest_t *pRequest,                                       mApiObject_t *pObject );/* ospfHostTable helper functions */IMPORT STATUS ospf_mApi_hostHelperGet( void *pRow, mApiRequest_t *pRequest,                                       mApiObject_t *pObject );IMPORT STATUS ospf_mApi_hostHelperSet( mApiRequest_t *pRequest, rsRequest_t rsReqType );/* ospfIfTable helper routines */IMPORT STATUS ospf_mApi_ifHelperGet( void *pRow, mApiRequest_t *pRequest,                                     mApiObject_t *pObject );IMPORT STATUS ospf_mApi_ifHelperSet(mApiRequest_t *pRequest, rsRequest_t rsReqType );IMPORT void ospf_mApi_ifHelperDelete( ulong_t ospfIfIpAddr, ulong_t ospfAddrLessIf );/* ospfIfMetricTable helper functions */IMPORT STATUS ospf_mApi_ifMetricHelperGet( void *pRow, mApiRequest_t *pRequest,                                           mApiObject_t *pObject );IMPORT STATUS ospf_mApi_ifMetricHelperSet( mApiRequest_t *pRequest, rsRequest_t rsReqType );/* ospfVirtIfTable helper routines */IMPORT STATUS ospf_mApi_virtIfHelperGet( void *pRow, mApiRequest_t *pRequest,                                         mApiObject_t *pObject );IMPORT STATUS ospf_mApi_virtIfHelperSet( mApiRequest_t *pRequest, rsRequest_t rsReqType );/* ospfNbrTable helper routines */IMPORT STATUS ospf_mApi_nbrHelperGet( void *pRow, mApiRequest_t *pRequest,                                      mApiObject_t *pObject );IMPORT STATUS ospf_mApi_nbrHelperSet( mApiRequest_t *pRequest, rsRequest_t rsReqType );IMPORT STATUS ospf_mApi_nbrHelperRegister( mApiOspfNbr_t *pNbr, ulong_t ifIpAddress,                                            ulong_t ifIndex );IMPORT void ospf_mApi_nbrHelperDeregister( mApiOspfNbr_t *pNbr, ulong_t ifIpAddress,                                           ulong_t ifIndex );/* ospfVirtNbrTable helper routines */IMPORT STATUS ospf_mApi_virtNbrHelperGet( void *pRow, mApiRequest_t *pRequest,                                          mApiObject_t *pObject );/* ospfExtLsdbTable helper routines */IMPORT STATUS ospf_mApi_extLsdbHelperGet(void *pRow, mApiRequest_t *pRequest,                                          mApiObject_t *pObject);/* ospfAreaAggregateTable helper routines */IMPORT STATUS ospf_mApi_areaAggregateHelperGet( void *pRow, mApiRequest_t *pRequest,                                                mApiObject_t *pObject );IMPORT STATUS ospf_mApi_areaAggregateHelperSet( mApiRequest_t *pRequest,                                                 rsRequest_t rsReqType );/* common AVL compare routine */IMPORT int ospfMapiOidCompare( int oidLength, ulong_t *pOid1, ulong_t *pOid2 );/* misc AVL routines */IMPORT STATUS ospf_mApi_avlTreeWalk( AVL_TREE * pRoot, AVL_WALK_FUNC ospfMapiTreeWalk,                                     void *arg );/* rfc1850-specific helper initialization routine */IMPORT STATUS ospf_mApi_configurationGet( void );IMPORT void ospf_mApi_reset( void );IMPORT void ospf_mApi_initGeneralGroup( BOOL resetAllToDefault );IMPORT STATUS ospf_mApi_initRsLib(void);IMPORT STATUS ospf_mApi_initAvlTree(void);/*************************************************************************************** * Function Prototypes for Management Interface for Public Routines that will * eventually be obsoleted. Third party applications that needs to integrate to  * MIB API must not use the following routines. */IMPORT void ospf_mApi_areaHelperCreate( mApiOspfArea_t *pStaticArea );IMPORT void ospf_mApi_stubHelperCreate( mApiOspfStub_t *pStaticStub );IMPORT void ospf_mApi_hostHelperCreate( mApiOspfHost_t *pStaticHost );IMPORT void ospf_mApi_ifHelperCreate( mApiOspfIf_t *pStaticIf );IMPORT void ospf_mApi_ifMetricHelperCreate( mApiOspfIfMetric_t *pStaticIfm );IMPORT void ospf_mApi_virtIfHelperCreate( mApiOspfVirtIf_t *pStaticVirtIf ); IMPORT void ospf_mApi_areaAggregateHelperCreate( mApiOspfAreaAggregate_t *pStaticAreaAg );#ifdef __cplusplus}#endif /* __cplusplus */#endif /* __INCospf_mib_helperh */

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧洲一区二区av| 午夜精品国产更新| 欧美日韩激情一区二区| 亚洲黄色免费网站| 国产欧美日韩在线| 欧美成人bangbros| 欧美丝袜丝交足nylons图片| fc2成人免费人成在线观看播放| 亚洲人成在线观看一区二区| 久久综合色一综合色88| 欧美午夜片在线观看| 99久久精品久久久久久清纯| 成人爽a毛片一区二区免费| 九色综合狠狠综合久久| 麻豆精品视频在线观看| 蜜臀av国产精品久久久久| 亚洲成精国产精品女| 成人欧美一区二区三区视频网页| 久久青草欧美一区二区三区| 日韩一区二区三| 欧美日韩性生活| 欧美xxx久久| 国产精品的网站| 亚洲成av人片一区二区| 韩国理伦片一区二区三区在线播放| 国产精品一二三| 在线视频亚洲一区| 欧美精品777| 国产精品久久久久一区| 婷婷成人综合网| 国产成人精品亚洲日本在线桃色 | 激情综合一区二区三区| 国产黄色精品视频| 精品视频资源站| 久久九九久久九九| 亚洲国产一区二区a毛片| 国内精品免费在线观看| 91亚洲男人天堂| 欧美哺乳videos| 一区二区三区四区激情| 国产永久精品大片wwwapp| 日本韩国欧美一区二区三区| 欧美不卡一区二区三区| 亚洲色图色小说| 国内不卡的二区三区中文字幕| 在线观看日韩精品| 中文无字幕一区二区三区 | 日本不卡一区二区| 99视频有精品| 国产喷白浆一区二区三区| 视频在线在亚洲| 一本色道久久综合亚洲91| 久久在线观看免费| 日韩精品电影在线| aaa欧美色吧激情视频| 精品久久久久久久久久久久久久久 | 国产一区二区三区四区五区美女| 日韩精品专区在线影院重磅| 亚洲免费电影在线| av日韩在线网站| 精品电影一区二区| 麻豆精品在线观看| 56国语精品自产拍在线观看| 一区二区三区在线观看欧美| 成人av电影在线观看| 久久精品夜色噜噜亚洲a∨| 久久成人羞羞网站| 欧美一区二区三区免费观看视频| 亚洲国产一二三| 欧美视频在线不卡| 亚洲午夜精品网| 欧美日韩视频在线一区二区| 亚洲人精品一区| 91久久精品网| 亚洲精品日韩专区silk| 91网站黄www| 国产人久久人人人人爽| 成人一区二区三区中文字幕| 久久久久久久久一| 懂色一区二区三区免费观看 | 亚洲欧美日韩在线不卡| 成人国产亚洲欧美成人综合网| 国产视频视频一区| 成人永久免费视频| 日韩理论电影院| 欧美日韩在线三级| 久久综合综合久久综合| 精品欧美一区二区在线观看| 国产精品一二三四| 亚洲欧美精品午睡沙发| 91黄色激情网站| 日韩av电影天堂| 久久综合一区二区| av成人老司机| 日韩高清在线观看| 欧美激情中文字幕| 欧美专区亚洲专区| 狠狠色丁香久久婷婷综| 国产精品毛片大码女人| 91国在线观看| 色综合久久久久| 日本伊人午夜精品| 国产精品久久看| 欧美区在线观看| 国产不卡免费视频| 亚洲一区二区四区蜜桃| 欧美一级二级在线观看| 99在线精品一区二区三区| 亚洲综合色视频| 精品sm捆绑视频| 欧美在线一二三四区| 精品一区二区日韩| 国产精品第一页第二页第三页| 欧美精品在线一区二区三区| 粉嫩在线一区二区三区视频| 亚洲一区二区成人在线观看| 久久免费看少妇高潮| 91成人在线观看喷潮| 国产福利一区二区三区视频在线| 亚洲va天堂va国产va久| 欧美国产亚洲另类动漫| 欧美一级夜夜爽| 99re热视频精品| 国产高清精品网站| 日本欧美在线观看| 亚洲一线二线三线久久久| 国产亚洲综合在线| 欧美一级高清片在线观看| 色呦呦日韩精品| 丁香六月久久综合狠狠色| 天天综合日日夜夜精品| 亚洲精品国产精华液| 国产欧美精品一区二区色综合朱莉| 欧美绝品在线观看成人午夜影视| 91在线视频播放地址| 粉嫩绯色av一区二区在线观看 | 成人一二三区视频| 国产在线精品一区二区不卡了| 亚洲444eee在线观看| 一区二区在线观看免费视频播放| 国产精品五月天| 久久久精品国产99久久精品芒果| 欧美一区永久视频免费观看| 色综合久久中文综合久久97| 北条麻妃国产九九精品视频| 国产一区二区看久久| 开心九九激情九九欧美日韩精美视频电影 | 久久久久国产精品麻豆| 欧美群妇大交群的观看方式| 色呦呦国产精品| 91高清视频免费看| 色久优优欧美色久优优| 91麻豆福利精品推荐| 91猫先生在线| 欧美性淫爽ww久久久久无| 欧美亚洲另类激情小说| 在线中文字幕一区| 色域天天综合网| 精品视频一区二区三区免费| 欧美精品在线一区二区三区| 欧美一级专区免费大片| 精品国产不卡一区二区三区| 久久亚洲一区二区三区明星换脸 | 国产在线麻豆精品观看| 久久精品国产色蜜蜜麻豆| 国产在线看一区| 国产成人啪午夜精品网站男同| 成人午夜免费电影| 亚洲综合在线电影| 亚洲色大成网站www久久九九| 欧美激情中文字幕一区二区| 国产精品欧美久久久久无广告 | 欧美浪妇xxxx高跟鞋交| 7878成人国产在线观看| 精品国产三级电影在线观看| 欧美极品xxx| 一区二区在线观看视频| 轻轻草成人在线| 懂色av一区二区三区蜜臀| 在线日韩av片| 日韩三级视频中文字幕| 久久久久99精品一区| 亚洲色欲色欲www| 免费在线观看一区| 成人综合婷婷国产精品久久| 在线视频亚洲一区| 亚洲精品一区二区三区在线观看| 国产99久久久久久免费看农村| 国产91丝袜在线播放0| 成人av在线播放网址| 欧美亚日韩国产aⅴ精品中极品| 欧美一区三区二区| 国产农村妇女毛片精品久久麻豆 | 青青草国产成人99久久| 国产99久久精品| 9191成人精品久久| 中文字幕乱码日本亚洲一区二区 | 亚洲免费高清视频在线| 久久国产精品色婷婷| 在线观看网站黄不卡|