mip6_constants.h
来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 53 行
H
53 行
/* constants.h - MIP6 home agent routines *//* Copyright 2005 Wind River Systems, Inc. *//*modification history--------------------01c,04jul05,tlu increase stack size01b,14jun05,tlu add _cplusplus condition01a,02mar05,tlu initial creation */#if !defined (_CONSTANTS_H_) #define _CONSTANTS_H_#ifdef __cplusplusextern "C" {#endif#define MN_TASK_DAEMON 0#define MN_TASK_MD 1#define HA_TASK_DAEMON 0#define MN_DAEMON_TASK_PRIORITY 100#define MN_DAEMON_TASK_STACK_SIZE (50 * 1024)#define MN_MD_TASK_PRIORITY 100#define MN_MD_TASK_STACK_SIZE (50 * 1024)#define HA_DAEMON_TASK_PRIORITY 100#define HA_DAEMON_TASK_STACK_SIZE (50 * 1024)#define V6ADDRPRESZ 39#define IFNAMESZ 10typedef enum{ MIP6_TASK_STATE_CREATED = 1, MIP6_TASK_STATE_INIT_COMPLETE} MIP6_TASK_STATES;#ifdef __cplusplus}#endif#endif /* _CONSTANTS_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?