Subversion Repositories Kolibri OS

Rev

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

Rev 3647 Rev 3698
Line 21... Line 21...
21
        Length          dw ?            ; Length of payload, does NOT include the length PPPoE header.
21
        Length          dw ?            ; Length of payload, does NOT include the length PPPoE header.
22
        Payload         rb 0
22
        Payload         rb 0
23
ends
23
ends
Line 24... Line 24...
24
 
24
 
-
 
25
uglobal
-
 
26
align 4
25
uglobal
27
 
26
        PPPoE_SID       dw ?
28
        PPPoE_SID       dw ?
-
 
29
        PPPoE_MAC       dp ?
27
        PPPoE_MAC       dp ?
30
 
Line 28... Line 31...
28
endg
31
endg
29
 
32
 
30
;-----------------------------------------------------------------
33
;-----------------------------------------------------------------