⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldp_notif.h

📁 实现了MPLS中的标签分发协议(LDP 3036 )的基本功能
💻 H
字号:
/* *  Copyright (C) James R. Leu 2000 *  jleu@mindspring.com * *  This software is covered under the LGPL, for more *  info check out http://www.gnu.org/copyleft/lgpl.html */#ifndef _LDP_NOTIF_H_#define _LDP_NOTIF_H_#include "ldp_struct.h"extern mpls_return_enum ldp_notif_send(ldp_global *, ldp_session *, ldp_attr *,  ldp_notif_status);extern mpls_return_enum ldp_notif_process(ldp_global * g, ldp_session * s,  ldp_adj * a, ldp_entity * e, ldp_attr * r_attr);extern void not2attr(mplsLdpNotifMsg_t * not, ldp_attr * attr, uint32_t flag);extern mpls_return_enum ldp_notif_no_route(ldp_global * g, ldp_session * s,  ldp_entity * e, ldp_attr * attr);extern mpls_return_enum ldp_notif_no_label_resources(ldp_global * g,  ldp_session * s, ldp_attr * s_attr);extern mpls_return_enum ldp_notif_label_request_aborted(ldp_global * g,  ldp_session * s, ldp_attr * s_attr);extern mpls_return_enum ldp_notif_label_resources_available(ldp_global * g,  ldp_session * s, ldp_attr * s_attr);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -