Subversion Repositories Kolibri OS

Rev

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

Rev 2614 Rev 2731
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
-
 
17
$Revision: 2731 $
-
 
18
 
Line 17... Line 19...
17
$Revision: 2614 $
19
ETH_FRAME_MINIMUM       = 60
Line 18... Line 20...
18
 
20
 
19
struct  ETH_header
21
struct  ETH_header
20
 
22
 
Line 21... Line 23...
21
        DstMAC          dp  ?  ; destination MAC-address
23
        DstMAC          dp  ?  ; destination MAC-address
Line 22... Line -...
22
        SrcMAC          dp  ?  ; source MAC-address
-
 
23
        Type            dw  ?  ; type of the upper-layer protocol
-
 
24
 
24
        SrcMAC          dp  ?  ; source MAC-address
Line 25... Line 25...
25
ends
25
        Type            dw  ?  ; type of the upper-layer protocol
26
 
26
 
Line 75... Line 75...
75
        je      IPv4_input
75
        je      IPv4_input
Line 76... Line 76...
76
 
76
 
77
        cmp     ax, ETHER_ARP
77
        cmp     ax, ETHER_ARP
Line -... Line 78...
-
 
78
        je      ARP_input
-
 
79
 
-
 
80
;        cmp     ax, ETHER_IPv6
78
        je      ARP_input
81
;        je      IPv6_input
79
 
82
 
Line -... Line 83...
-
 
83
;        cmp     ax, ETHER_PPP_DISCOVERY
-
 
84
;        je      PPPoE_discovery_input
-
 
85
 
80
;        cmp     ax, ETHER_PPP_DISCOVERY
86
;        cmp     ax, ETHER_PPP_SESSION
Line 81... Line 87...
81
;        je      PPPoE_discovery_input
87
;        je      PPPoE_session_input
82
 
88
 
83
        DEBUGF  2,"Unknown ethernet packet type %x\n", ax
89
        DEBUGF  2,"Unknown ethernet packet type %x\n", ax