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

📄 rrproto.h

📁 用于嵌入式系统的TCP/IP协议栈及若干服务
💻 H
字号:
/**            Copyright (c) 1998-2001 by NETsilicon Inc.**  This software is copyrighted by and is the sole property of*  NETsilicon.  All rights, title, ownership, or other interests*  in the software remain the property of NETsilicon.  This*  software may only be used in accordance with the corresponding*  license agreement.  Any unauthorized use, duplication, transmission,*  distribution, or disclosure of this software is expressly forbidden.**  This Copyright notice may not be removed or modified without prior*  written consent of NETsilicon.**  NETsilicon, reserves the right to modify this software*  without notice.**  NETsilicon*  411 Waverley Oaks Road                  USA 781.647.1234*  Suite 227                               http://www.netsilicon.com*  Waltham, MA 02452                       AmericaSales@netsilicon.com***************************************************************************  $Name: Fusion 6.52 Fusion 6.51 $*  $Date: 2001/09/20 10:32:09 $*  $Source: M:/psisrc/routing/incl/rcs/rrproto.h $*  $Revision: 1.5 $**************************************************************************  File Description: unction prototypes for common code   *************************************************************************/#ifndef _rrproto_h#define _rrproto_hfnc_prot(rrtimer_pt, rrTimerCreate,(vfcnptr,void *,int,int,rrthead_pt))fnc_prot(void, rrTimerDelete,(rrtimer_pt,rrthead_pt))fnc_prot(void, rrTimerSet,(rrtimer_pt,int,vfcnptr,rrthead_pt))fnc_prot(void, rrTimerUpdate,(rrtimer_pt,int,vfcnptr,rrthead_pt))fnc_prot(void, rrTimerSetAll,(rrtimer_pt,vfcnptr,void *,int,int,rrthead_pt))fnc_prot(void, rrTimerDisable,(rrtimer_pt,rrthead_pt))fnc_prot(void, rrTimerEnable,(rrtimer_pt,rrthead_pt))fnc_prot(int , rrTimerQuery,(rrtimer_pt,rrthead_pt))fnc_prot(void, rrProcTimers,(rrthead_pt))fnc_prot(void, rrLink,(dll_pt,dll_pt))fnc_prot(void, rrCatLists,(dll_pt,dll_pt,dll_pt))fnc_prot(void, rrGenLink,(dll_pt,dll_pt,dll_pt))fnc_prot(void, rrULink,(dll_pt,dll_pt))fnc_prot(void, rrCopyMemUp,(byte *,byte *,int))/* buffer chain utils */fnc_prot(ibd_pt, rrIBDGet,(int))fnc_prot(void, rrIBDRelease,(ibd_pt))fnc_prot(void, rrIBDReleaseChain,(ibd_pt))fnc_prot(ibd_pt, rrIBDAppend,(ibd_pt,byte *,int))fnc_prot(ibd_pt, rrIBDGetSpace,(ibd_pt,int))fnc_prot(void, rrIBDAppendLen,(ibd_pt,int))fnc_prot(int, rrIBDPrependLen,(ibd_pt,int))fnc_prot(int, rrIBDLen,(ibd_pt))fnc_prot(int, rrIBDRead,(ibd_pt,int,byte *,int))fnc_prot(int, rrIBDPullup,(ibd_pt,int))fnc_prot(ibd_pt, rrIBDDupSingle,(ibd_pt))#endif

⌨️ 快捷键说明

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