usrNetIcmp.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usrNetIcmp.c - Configurations for the ICMP library */
  2. /* Copyright 1992 - 1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,18aug98,ann  created this configlette from usrNetwork.c
  7. */
  8. /*
  9. DESCRIPTION
  10. This configlette contains the initialization routine for the
  11. INCLUDE_ICMP component.
  12. NOMANUAL
  13. */
  14. ICMP_CFG_PARAMS icmpCfgParams = /* icmp configuration parameters */
  15.     {
  16.     ICMP_FLAGS_DFLT             /* no icmp mask replies by default */
  17.     };