Subversion Repositories Kolibri OS

Rev

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

Rev 907 Rev 909
Line 18... Line 18...
18
;;                                                              ;;
18
;;                                                              ;;
19
;;  See file COPYING for details                                ;;
19
;;  See file COPYING for details                                ;;
20
;;                                                              ;;
20
;;                                                              ;;
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
$Revision: 907 $
23
$Revision: 909 $
24
 
24
 
25
 
25
 
Line 82... Line 82...
82
	; IP Packet SA = Remote IP
82
	; IP Packet SA = Remote IP
Line 83... Line 83...
83
 
83
 
84
	mov	ax, [edx + 20 + UDP_PACKET.DestinationPort]   ; get the local port from
84
	mov	ax, [edx + 20 + UDP_PACKET.DestinationPort]   ; get the local port from
Line 85... Line -...
85
				       ; the IP packet's UDP header
-
 
86
 
-
 
87
	mov	ebx, net_sockets_mutex
85
				       ; the IP packet's UDP header
Line 88... Line 86...
88
	call	wait_mutex
86
 
89
	mov	ebx, net_sockets
87
	mov	ebx, net_sockets
90
 
88