?? 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 + -