Subversion Repositories Kolibri OS

Rev

Rev 2434 | Rev 3555 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2434 Rev 2465
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;  ICMP.INC                                                    ;;
6
;;  ICMP.INC                                                    ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;  Internet Control Message Protocol ( RFC 792 )               ;;
8
;;  Internet Control Message Protocol ( RFC 792 )               ;;
Line 18... Line 18...
18
;;                                                              ;;
18
;;                                                              ;;
19
;;   Current status:                                            ;;
19
;;   Current status:                                            ;;
20
;;      This implemetation of ICMP proto supports message of ECHO type.
20
;;      This implemetation of ICMP proto supports message of ECHO type.
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
$Revision: 2434 $
23
$Revision: 2465 $
24
 
24
 
25
 
25