usrneticmp.c

来自「IXP425的BSP代码」· C语言 代码 · 共 25 行

C
25
字号
/* usrNetIcmp.c - Configurations for the ICMP library *//* Copyright 1992 - 1998 Wind River Systems, Inc. *//*modification history--------------------01a,18aug98,ann  created this configlette from usrNetwork.c*//*DESCRIPTIONThis configlette contains the initialization routine for theINCLUDE_ICMP component.NOMANUAL*/ICMP_CFG_PARAMS icmpCfgParams = /* icmp configuration parameters */    {    ICMP_FLAGS_DFLT             /* no icmp mask replies by default */    };

⌨️ 快捷键说明

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