Subversion Repositories Kolibri OS

Rev

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

Rev 4052 Rev 4335
Line 228... Line 228...
228
; Transmit the packet (notice that packet ptr and packet size have been on stack since start of the procedure!)
228
; Transmit the packet (notice that packet ptr and packet size have been on stack since start of the procedure!)
229
        call    [ebx + NET_DEVICE.transmit]
229
        call    [ebx + NET_DEVICE.transmit]
230
        test    eax, eax
230
        test    eax, eax
231
        jnz     @f
231
        jnz     @f
232
        call    NET_ptr_to_num4
232
        call    NET_ptr_to_num4
233
        inc     [UDP_PACKETS_TX + edi]
233
        inc     [ICMP_PACKETS_TX + edi]
234
       @@:
234
       @@:
235
        ret
235
        ret