Subversion Repositories Kolibri OS

Rev

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

Rev 3307 Rev 3406
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 3307 $
18
$Revision: 3406 $
Line 19... Line 19...
19
 
19
 
Line 135... Line 135...
135
; extra
135
; extra
Line 136... Line 136...
136
 
136
 
137
        ts_ecr                  dd ? ; timestamp echo reply
137
        ts_ecr                  dd ? ; timestamp echo reply
Line -... Line 138...
-
 
138
        ts_val                  dd ?
-
 
139
 
138
        ts_val                  dd ?
140
        seg_next                dd ? ; re-assembly queue
139
 
141
 
Line 140... Line 142...
140
        temp_bits               db ?
142
        temp_bits               db ?
Line 479... Line 481...
479
        jmp     s_error
481
        jmp     s_error
Line 480... Line 482...
480
 
482
 
481
  .af_inet4:
483
  .af_inet4:
482
        cmp     [eax + IP_SOCKET.LocalIP], 0
484
        cmp     [eax + IP_SOCKET.LocalIP], 0
483
        jne     @f
485
        jne     @f
484
        push    [IP_LIST]
486
        push    [IP_LIST]                               ; FIXME
485
        pop     [eax + IP_SOCKET.LocalIP]
487
        pop     [eax + IP_SOCKET.LocalIP]
Line 486... Line 488...
486
       @@:
488
       @@:
487
 
489