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

📄 rsvp_lpm.h

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻 H
字号:
#pragma ident	"%Z%%M%	%I%	%E% SMI"/* * @(#) $Id: rsvp_lpm.h,v 1.1.1.1 2000/05/08 22:51:24 wenqing Exp $ *//***************************** rlpm.h ******************************** *                                                                   * *              Local Policy Header Files                            * *                                                                   * *   We put here all stuff that the RSVP daemon needs in addition    * *   to the basic LPM services that are in rlpm_serv.[ch]            * *                                                                   * *********************************************************************/#ifndef __rsvp_lpm_h__#define __rsvp_lpm_h__int  lpm_status_fail(destination *dest,sender *s2,int vif,int rc, int lerr);int  lpm_resp_msg(destination *dest);int  lpm_status_dest(destination *dest);int *scope2fh(sender *sndp, SCOPE *scope, int *len, int ind);#endif	/* __rsvp_lpm_h__ */

⌨️ 快捷键说明

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