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

📄 rarplib.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* rarpLib.h - the default configuration parameter structure for RARP *//* Copyright 2002 - 2003 Wind River Systems, Inc. *//*modification history--------------------01e,05nov03,cdw  Removal of unnecessary _KERNEL guards.01d,04nov03,rlm  Ran batch header path update for header re-org.01c,15sep03,vvv  updated path for new headers01b,28aug02,kal  fixed location of cfgDefs.h01a,16jul02,vlk  created */#ifndef __INCrarpLibh#define __INCrarpLibh#ifdef __cplusplusextern "C" {#endif/* includes */#include <cfgDefs.h>/* typedefs */typedef struct    {    BOOL                ipAddrInitialized;    struct in_addr	ipAddr;    END_OBJ             *pEndId;    BOOL                rarpDebug;    } RARPSTATE;typedef struct rarp_config_params {    CFG_DATA_HDR cfgh;    RARPSTATE cfg_rarpState;    } RARP_CONFIG_PARAMS;#ifdef VIRTUAL_STACKextern VS_REG_ID rarpRegistrationNum;#endif /* VIRTUAL_STACK */extern RARP_CONFIG_PARAMS rarpDefaultConfigParams;#if defined(__STDC__) || defined(__cplusplus)extern STATUS   rarpInstInit (void *);#ifdef VIRTUAL_STACKextern STATUS   rarpDestructor (VSNUM);#endif#else	/* __STDC__ */extern STATUS   rarpInstInit ();#ifdef VIRTUAL_STACKextern STATUS   rarpDestructor ();#endif#endif	/* __STDC__ */#ifdef __cplusplus}#endif#endif /* !INCrarpLibh */

⌨️ 快捷键说明

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