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

📄 ip6addrctl.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* ip6addrtcl.h  - address selection policy for IPv6 *//* Copyright 2005 Wind River Systems, Inc. *//*modification history--------------------01a,09jun05,rp   written.*/#ifndef  __INCIP6ADDRTCLH#define  __INCIP6ADDRTCLH#ifdef __cplusplusextern "C" {#endif#include <netVersion.h>/* externs */#if defined(__STDC__) || defined(__cplusplus)extern STATUS ip6addrctl (char *);extern STATUS ip6addrctlInit ();#else	/* __STDC__ */extern STATUS ip6addrctl ();extern STATUS ip6addrctlInit ();#endif	/* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCIP6ADDRTCLH */

⌨️ 快捷键说明

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