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
;;  ARP.INC
7
;;  ARP.INC                                                     ;;
5
;;
-
 
-
 
8
;;                                                              ;;
6
;;  Address Resolution Protocol
9
;;  Address Resolution Protocol                                 ;;
7
;;
-
 
-
 
10
;;                                                              ;;
8
;;  Last revision: 10.11.2006
11
;;  Last revision: 10.11.2006                                   ;;
9
;;
-
 
-
 
12
;;                                                              ;;
10
;;  This file contains the following:
13
;;  This file contains the following:                           ;;
11
;;   arp_table_manager - Manages an ARPTable
14
;;   arp_table_manager - Manages an ARPTable                    ;;
12
;;   arp_request - Sends an ARP request on the ethernet
15
;;   arp_request - Sends an ARP request on the ethernet         ;;
13
;;   arp_handler - Called when an ARP packet is received
16
;;   arp_handler - Called when an ARP packet is received        ;;
14
;;
-
 
-
 
17
;;                                                              ;;
15
;;  Changes history:
18
;;  Changes history:                                            ;;
16
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net
19
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
17
;;   11.11.2006 - [Johnny_B] and [smb]
20
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
18
;;
-
 
-
 
21
;;                                                              ;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 20... Line 23...
20
 
23
 
21
ARP_NO_ENTRY                equ  0
24
ARP_NO_ENTRY                equ  0
22
ARP_VALID_MAPPING           equ  1
25
ARP_VALID_MAPPING           equ  1
23
ARP_AWAITING_RESPONSE       equ  2
26
ARP_AWAITING_RESPONSE       equ  2