Subversion Repositories Kolibri OS

Rev

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

Rev 1254 Rev 1255
Line 11... Line 11...
11
;;          GNU GENERAL PUBLIC LICENSE                             ;;
11
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;             Version 2, June 1991                                ;;
12
;;             Version 2, June 1991                                ;;
13
;;                                                                 ;;
13
;;                                                                 ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1254 $
16
$Revision: 1255 $
17
 
17
 
18
struct	SOCKET_head
18
struct	SOCKET_head
19
	 .PrevPtr		dd ? ; pointer to previous socket in list
19
	 .PrevPtr		dd ? ; pointer to previous socket in list
Line 864... Line 864...
864
;
864
;
865
;-----------------------------------------------
865
;-----------------------------------------------
866
align 4
866
align 4
867
socket_internal_receiver:
867
socket_internal_receiver:
Line 868... Line 868...
868
 
868
 
Line 869... Line 869...
869
	DEBUGF 1,"Internal socket receiver: buffer %x, offset: %x\n", esi, edi
869
	DEBUGF 1,"Internal socket receiver: buffer %x, offset: %x size=%u socket: %x\n", esi, edi, ecx, eax
870
 
870
 
871
	push	edi	; offset
871
	push	edi	; offset
872
	push	ecx	; size
872
	push	ecx	; size