ndp.h

来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 57 行

H
57
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?