Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 4849 → Rev 4850

/kernel/trunk/network/ARP.inc
16,7 → 16,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3386 $
$Revision$
 
ARP_NO_ENTRY = 0
ARP_VALID_MAPPING = 1
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/IPv4.inc
16,7 → 16,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3515 $
$Revision$
 
IPv4_MAX_FRAGMENTS = 64
IPv4_MAX_ROUTES = 64
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/IPv6.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3251 $
$Revision$
 
 
struct IPv6_header
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/PPPoE.inc
14,6 → 14,9
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision$
 
 
struct PPPoE_frame
VersionAndType db ?
Code db ?
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/ethernet.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3346 $
$Revision$
 
ETH_FRAME_MINIMUM = 60
ETH_QUEUE_SIZE = 255
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/icmp.inc
16,7 → 16,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 2924 $
$Revision$
 
; ICMP types & codes
 
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/loopback.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 2891 $
$Revision$
 
iglobal
align 4
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/queue.inc
12,7 → 12,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 2305 $
$Revision$
 
; The Queues implemented by these macros form a ring-buffer.
; The data to these queue's always looks like this:
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/socket.inc
15,7 → 15,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3514 $
$Revision$
 
struct SOCKET
 
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/stack.inc
21,7 → 21,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3523 $
$Revision$
 
uglobal
net_10ms dd ?
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3406 $
$Revision$
 
; Socket states
TCPS_CLOSED = 0
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp_input.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3407 $
$Revision$
 
;-----------------------------------------------------------------
;
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp_output.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3289 $
$Revision$
 
;-----------------------------------------------------------------
;
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp_subr.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3514 $
$Revision$
 
align 4
iglobal
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp_timer.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 3143 $
$Revision$
 
timer_flag_retransmission = 1 shl 0
timer_flag_keepalive = 1 shl 1
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/tcp_usreq.inc
14,7 → 14,9
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision$
 
 
;-------------------------
;
; TCP_usrclose
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/network/udp.inc
14,7 → 14,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 2995 $
$Revision$
 
 
struct UDP_header
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property