Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 2971
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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
;;  ARP.INC                                                     ;;
6
;;  ARP.INC                                                     ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;  Address Resolution Protocol                                 ;;
8
;;  Address Resolution Protocol                                 ;;
9
;;                                                              ;;
9
;;                                                              ;;
10
;;  Last revision: 10.11.2006                                   ;;
-
 
11
;;                                                              ;;
-
 
12
;;  This file contains the following:                           ;;
10
;;  This file contains the following:                           ;;
13
;;   arp_table_manager - Manages an ARPTable                    ;;
11
;;   arp_table_manager - Manages an ARPTable                    ;;
14
;;   arp_request - Sends an ARP request on the ethernet         ;;
12
;;   arp_request - Sends an ARP request on the ethernet         ;;
15
;;   arp_handler - Called when an ARP packet is received        ;;
13
;;   arp_handler - Called when an ARP packet is received        ;;
16
;;                                                              ;;
14
;;                                                              ;;
Line 18... Line 16...
18
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
16
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
19
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
17
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
20
;;                                                              ;;
18
;;                                                              ;;
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 22... Line 20...
22
 
20
 
Line 23... Line 21...
23
$Revision: 739 $
21
$Revision: 2971 $
24
 
22
 
25
 
23