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

📄 ndp.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* ndp  - neighbor discovery cache print for IPv6 *//* Copyright 1992 - 2004 Wind River Systems, Inc. *//*modification history--------------------01f,15mar04,rp   merged from orion01e,05nov03,cdw  Removal of unnecessary _KERNEL guards.01d,04nov03,rlm  Ran batch header path update for header re-org.01c,03nov03,rlm  Removed wrn/coreip/ prefix from #includes for header re-org.01b,20aug02,hgo  added ndpInstInit() and ndpDestructor()01c,06aug03,nee  Accordion Base6 merge from ACCORDION_BASE6_MERGE_BASELINE                 label01b,10jun03,vvv  include netVersion.h01a,09apr02,ppp  written.*/#ifndef  __INCndph#define  __INCndph#ifdef __cplusplusextern "C" {#endif#include <netVersion.h>/* externs */#ifdef VIRTUAL_STACKextern VS_REG_ID ndpRegistrationNum;#endif /* VIRTUAL_STACK */#if defined(__STDC__) || defined(__cplusplus)extern STATUS   ndpInstInit (void *);#ifdef VIRTUAL_STACKextern STATUS   ndpDestructor (VSNUM);#endifextern int ndp (char *options);#else	/* __STDC__ */extern STATUS   ndpInstInit ();#ifdef VIRTUAL_STACKextern STATUS   ndpDestructor ();#endifextern int ndp ();#endif	/* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCndph */

⌨️ 快捷键说明

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