Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1529 → Rev 1543

/kernel/branches/net/network/stack.inc
74,7 → 74,7
NET_TYPE_ETH equ 1
NET_TYPE_SLIP equ 2
 
MAX_backlog equ 20 ; backlog for stream sockets
MAX_backlog equ 20 ; maximum backlog for stream sockets
 
 
virtual at 0
112,7 → 112,7
rol reg, 9
}
 
macro ntohld reg {
macro ntohd reg {
 
rol word reg, 8
rol dword reg, 16
120,7 → 120,7
 
}
 
macro ntohlw reg {
macro ntohw reg {
 
rol word reg, 8