Subversion Repositories Kolibri OS

Rev

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

Rev 3555 Rev 3589
Line 25... Line 25...
25
;
25
;
26
;-------------------------
26
;-------------------------
27
align 4
27
align 4
28
TCP_usrclosed:
28
TCP_usrclosed:
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
        DEBUGF  1,"TCP_usrclosed: %x\n", eax
30
        DEBUGF  DEBUG_NETWORK_VERBOSE, "TCP_usrclosed: %x\n", eax
31
 
31
 
32
        push    ebx
32
        push    ebx
33
        mov     ebx, [eax + TCP_SOCKET.t_state]
33
        mov     ebx, [eax + TCP_SOCKET.t_state]
Line 85... Line 85...
85
;
85
;
86
;-------------------------
86
;-------------------------
87
align 4
87
align 4
88
TCP_disconnect:
88
TCP_disconnect:
Line 89... Line 89...
89
 
89
 
Line 90... Line 90...
90
        DEBUGF  1,"TCP_disconnect: %x\n", eax
90
        DEBUGF  DEBUG_NETWORK_VERBOSE, "TCP_disconnect: %x\n", eax
91
 
91