Subversion Repositories Kolibri OS

Rev

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

Rev 4030 Rev 4035
Line 87... Line 87...
87
TCP_connect:
87
TCP_connect:
Line 88... Line 88...
88
 
88
 
89
        test    [eax + SOCKET.state], SS_ISCONNECTED
89
        test    [eax + SOCKET.state], SS_ISCONNECTED
Line 90... Line 90...
90
        jnz     .eisconn
90
        jnz     .eisconn
91
 
91
 
92
        push    eax
92
        push    eax edx
93
        lea     ecx, [eax + SOCKET.mutex]
93
        lea     ecx, [eax + SOCKET.mutex]
Line 94... Line 94...
94
        call    mutex_lock
94
        call    mutex_lock
95
        pop     eax
95
        pop     edx eax
96
 
96
 
97
; Fill in local IP
97
; Fill in local IP