ldpmibcm.h
来自「路由器协议平台mpls协议的设计与实现源代码。」· C头文件 代码 · 共 37 行
H
37 行
/* ****************************************************************** */
/* Product Name:ATM_BS10 */
/* Modul Name: D010 File Name : _LDPMIBCM.H */
/* Creat Date: 99.12.16 Author : zheng.hl */
/* Version: 1.0 */
/* History: */
/* Date Version Modifier Activies */
/* ****************************************************************** */
#ifndef _LDPMIBCM_H
#define _LDPMIBCM_H
#include "_noalign.h"
#if defined(__INSTALL_MPU)
#define MPLSLDPINTERFACE_MAX 256*LIC_MAX
#define MPLSLDPENTITY_MAX 256*LIC_MAX
#else
#define MPLSLDPINTERFACE_MAX 256
#define MPLSLDPENTITY_MAX 256
#endif
/*
#define SESSION_OWNED_HELLO 8
#define MPLS_ATMLBLMAXLEN 10
*/
#define INTERFACE_MAXNUM 1 /* Entity owned interfaces */
#include "_restore.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?