Subversion Repositories Kolibri OS

Rev

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

Rev 2995 Rev 3143
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  Part of the tcp/ip network stack for KolibriOS                 ;;
6
;;  Part of the TCP/IP network stack for KolibriOS                 ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;   Written by hidnplayr@kolibrios.org                            ;;
8
;;   Written by hidnplayr@kolibrios.org                            ;;
9
;;                                                                 ;;
9
;;                                                                 ;;
10
;;    Based on the code of 4.4BSD                                  ;;
10
;;    Based on the code of 4.4BSD                                  ;;
11
;;                                                                 ;;
11
;;                                                                 ;;
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: 2995 $
17
$Revision: 3143 $
18
 
18
 
19
align 4
19
align 4
20
iglobal
20
iglobal
Line 317... Line 317...
317
 
317
 
318
;---------------------------------------
318
;---------------------------------------
319
;
319
;
320
; The fast way to send an ACK/RST/keepalive segment
320
; The fast way to send an ACK/RST/keepalive segment
321
;
321
;
322
; TCP_respond_socket:
322
; TCP_respond
323
;
323
;
324
;  IN:  ebx = socket ptr
324
;  IN:  ebx = socket ptr
325
;        cl = flags
325
;        cl = flags
326
;
326
;
327
;--------------------------------------
327
;--------------------------------------
328
align 4
328
align 4
Line 329... Line 329...
329
TCP_respond_socket:
329
TCP_respond:
Line 330... Line 330...
330
 
330
 
331
        DEBUGF  1,"TCP_respond_socket: socket=%x flags=%x\n", ebx, cl
331
        DEBUGF  1,"TCP_respond_socket: socket=%x flags=%x\n", ebx, cl