Subversion Repositories Kolibri OS

Rev

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

Rev 1514 Rev 1519
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
 
Line 17... Line 17...
17
$Revision: 1514 $
17
$Revision: 1519 $
18
 
18
 
19
 
19
 
Line 250... Line 250...
250
 
250
 
Line 251... Line 251...
251
	inc	[UDP_PACKETS_TX]
251
	inc	[UDP_PACKETS_TX]
Line 252... Line 252...
252
 
252
 
253
	DEBUGF	1,"Sending UDP Packet to device %x\n", ebx
253
	DEBUGF	1,"Sending UDP Packet to device %x\n", ebx
254
 
254
 
255
	jmp	NET_send
255
	call	[ebx + NET_DEVICE.transmit]
256
 
256
	ret