Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 431
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 431 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;
-
 
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
4
;;  ICMP.INC
7
;;  ICMP.INC                                                    ;;
5
;;
-
 
-
 
8
;;                                                              ;;
6
;;  Internet Control Message Protocol ( RFC 792 )
9
;;  Internet Control Message Protocol ( RFC 792 )               ;;
7
;;
-
 
-
 
10
;;                                                              ;;
8
;;  Last revision: 11.11.2006
11
;;  Last revision: 11.11.2006                                   ;;
9
;;
-
 
-
 
12
;;                                                              ;;
10
;;  This file contains the following:
13
;;  This file contains the following:                           ;;
11
;;   icmp_rx - processes ICMP-packets received by the IP layer
14
;;   icmp_rx - processes ICMP-packets received by the IP layer  ;;
12
;;
-
 
-
 
15
;;                                                              ;;
13
;;  Changes history:
16
;;  Changes history:                                            ;;
14
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net
17
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
15
;;   11.11.2006 - [Johnny_B] and [smb]
18
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
16
;;
-
 
-
 
19
;;                                                              ;;
17
;;   Current status:
20
;;   Current status:                                            ;;
18
;;	This implemetation of ICMP proto supports message of ECHO type.
21
;;	This implemetation of ICMP proto supports message of ECHO type.
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 20... Line 23...
20
 
23
 
21
 
24
 
22
struc ICMP_PACKET
25
struc ICMP_PACKET