Subversion Repositories Kolibri OS

Rev

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

Rev 3642 Rev 3643
Line 55... Line 55...
55
ETH_input:
55
ETH_input:
56
        mov     eax, [esp]
56
        mov     eax, [esp]
57
        mov     ecx, [esp+4]
57
        mov     ecx, [esp+4]
Line 58... Line 58...
58
 
58
 
59
        DEBUGF  DEBUG_NETWORK_VERBOSE,"ETH_input: size=%u\n", ecx
-
 
60
        cmp     ecx, sizeof.ETH_header ;ETH_FRAME_MINIMUM
-
 
61
        jb      .dump
59
        DEBUGF  DEBUG_NETWORK_VERBOSE,"ETH_input: size=%u\n", ecx
-
 
60
        sub     ecx, sizeof.ETH_header
Line 62... Line 61...
62
        sub     ecx, sizeof.ETH_header
61
        jb      .dump
63
 
62
 
Line 64... Line 63...
64
        lea     edx, [eax + sizeof.ETH_header]
63
        lea     edx, [eax + sizeof.ETH_header]