Subversion Repositories Kolibri OS

Rev

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

Rev 1185 Rev 1187
Line 53... Line 53...
53
; TCP opening modes
53
; TCP opening modes
54
SOCKET_PASSIVE	equ 0
54
SOCKET_PASSIVE	equ 0
55
SOCKET_ACTIVE	equ 1
55
SOCKET_ACTIVE	equ 1
Line 56... Line 56...
56
 
56
 
57
include "queue.inc"
57
include "queue.inc"
58
include "arp.inc"
58
include "ARP.inc"
59
include "ipv4.inc"
59
include "IPv4.inc"
60
include "ethernet.inc"
60
include "ethernet.inc"
61
include "socket.inc"
61
include "socket.inc"
62
;include "tcp.inc"
62
;include "tcp.inc"
63
include "udp.inc"
63
include "udp.inc"
Line 130... Line 130...
130
    cmp     al, [last_1sTick]
130
    cmp     al, [last_1sTick]
131
    je	    .exit
131
    je	    .exit
Line 132... Line 132...
132
 
132
 
Line 133... Line 133...
133
    mov     [last_1sTick], al
133
    mov     [last_1sTick], al
134
 
134
 
135
;    call    ARP_decrease_entry_ttls
135
    call    ARP_decrease_entry_ttls
Line 136... Line 136...
136
    call    IPv4_decrease_fragment_ttls
136
    call    IPv4_decrease_fragment_ttls
137
;    call    tcp_tcb_handler
137
;    call    tcp_tcb_handler