home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / soss.arj / INCLUDE / ICMP.H < prev    next >
Text File  |  1991-04-11  |  480b  |  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.