Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
-
 
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
3
;;  ARP.INC
7
;;  ARP.INC                                                     ;;
4
;;
-
 
-
 
8
;;                                                              ;;
5
;;  Address Resolution Protocol
9
;;  Address Resolution Protocol                                 ;;
6
;;
-
 
-
 
10
;;                                                              ;;
7
;;  Last revision: 10.11.2006
11
;;  Last revision: 10.11.2006                                   ;;
8
;;
-
 
-
 
12
;;                                                              ;;
9
;;  This file contains the following:
13
;;  This file contains the following:                           ;;
10
;;   arp_table_manager - Manages an ARPTable
14
;;   arp_table_manager - Manages an ARPTable                    ;;
11
;;   arp_request - Sends an ARP request on the ethernet
15
;;   arp_request - Sends an ARP request on the ethernet         ;;
12
;;   arp_handler - Called when an ARP packet is received
16
;;   arp_handler - Called when an ARP packet is received        ;;
13
;;
-
 
-
 
17
;;                                                              ;;
14
;;  Changes history:
18
;;  Changes history:                                            ;;
15
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net
19
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
16
;;   11.11.2006 - [Johnny_B] and [smb]
20
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
17
;;
-
 
-
 
21
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 23...
19
 
23
 
20
ARP_NO_ENTRY                equ  0
24
ARP_NO_ENTRY                equ  0
21
ARP_VALID_MAPPING           equ  1
25
ARP_VALID_MAPPING           equ  1
22
ARP_AWAITING_RESPONSE       equ  2
26
ARP_AWAITING_RESPONSE       equ  2