home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / SOSS31.ZIP / INCLUDE / ICMP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-11  |  480 b   |  18 lines

  1. /* Copyright 1986 by Carnegie Mellon */
  2. /*  Copyright 1983 by the Massachusetts Institute of Technology  */
  3.  
  4. /* Define some ICMP messages */
  5. #define    PGNOSND        0    /* Couldn't send pkt */
  6. #define    PGTMO        1    /* timedout */
  7. #define    PGBADDATA    2    /* rcved bad data back */
  8. #define    PGWAITING    3    /* waiting for rcpt of packet */
  9. #define    PGSUCCESS    4    /* success */
  10.  
  11. #define    DSTNET        0
  12. #define    DSTHOST        1
  13. #define    DSTPROT        2
  14. #define    DSTPORT        3
  15. #define    DSTFRAG        4
  16. #define    DSTSRC        5
  17.  
  18.