Subversion Repositories Kolibri OS

Rev

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

Rev 5842 Rev 5976
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: 5842 $
17
$Revision: 5976 $
18
 
-
 
-
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------;
20
;
-
 
-
 
20
;                                                                 ;
21
; TCP_output
21
; TCP_output                                                      ;
-
 
22
;                                                                 ;
22
;
23
;  IN:  eax = socket pointer                                      ;
23
; IN:  eax = socket pointer
-
 
-
 
24
;                                                                 ;
24
; OUT: eax = 0 on success/errorcode
25
; OUT:  eax = 0 on success/errorcode                              ;
25
;
26
;                                                                 ;
26
;-----------------------------------------------------------------
27
;-----------------------------------------------------------------;
Line 27... Line 28...
27
align 4
28
align 4
28
proc TCP_output
29
proc TCP_output