📄 rsvp_lpm.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 + -