Subversion Repositories Kolibri OS

Rev

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

Rev 4265 Rev 4423
Line 14... Line 14...
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
15
;;             Version 2, June 1991                                ;;
15
;;             Version 2, June 1991                                ;;
16
;;                                                                 ;;
16
;;                                                                 ;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
$Revision: 4265 $
19
$Revision: 4423 $
Line 20... Line 20...
20
 
20
 
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