📄 ospf_kernel_callback_def.h
字号:
/* ospf_kernel_callback_def.h - OSPF Header File for Interface with the Kernel * Layer Components *//* Copyright 2001 - 2003 Wind River Systems, Inc. */#include "copyright_wrs.h"/* * modification history * -------------------- * 01a,21sept01,mist written.*/ /* * DESCRIPTION * This Header File contains the declarations of all Wrapper functions written * for the lower layer functions. * */#if !defined (_OSPF_KERNEL_CALLBACK_DEF_H_)#define _OSPF_KERNEL_CALLBACK_DEF_H_#if defined VIRTUAL_STACKtypedef int (*FP_OSPF_RECEIVE) (register struct mbuf *message_block);typedef int (*FP_OSPF_SEND) (register struct mbuf *message_block);typedef struct OSPF_CALLBACK_IF{ int ospfEnabled; FP_OSPF_RECEIVE pOSpfReceive; FP_OSPF_SEND pOSpfSend;} OSPF_CALLBACK_IF;#endif /* VIRTUAL_STACK */#endif /* _OSPF_KERNEL_CALLBACK_DEF_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -