Subversion Repositories Kolibri OS

Rev

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

Rev 3081 Rev 3436
Line 5... Line 5...
5
	$mov eax,53
5
	$mov eax,53
6
	$mov ebx,5
6
	$mov ebx,5
7
	$int 0x40
7
	$int 0x40
8
} 
8
} 
Line -... Line 9...
-
 
9
 
-
 
10
inline fastcall dword CloseSocket( ECX )
-
 
11
{
-
 
12
	$mov eax, 53
-
 
13
	$mov ebx, 8
-
 
14
	$int 0x40
-
 
15
}
9
 
16
 
10
inline fastcall int StatusSocket( ECX)
17
inline fastcall int StatusSocket( ECX)
11
{
18
{
12
	$mov eax,53
19
	$mov eax,53
13
	$mov ebx,6
20
	$mov ebx,6
Line 20... Line 27...
20
	$mov ebx,3
27
	$mov ebx,3
21
	$int 0x40
28
	$int 0x40
22
	return BL;
29
	return BL;
23
}
30
}
Line -... Line 31...
-
 
31
 
-
 
32
inline fastcall dword ReadNetworkData( ECX, EDX, ESI)
-
 
33
{
-
 
34
	$mov eax, 53
-
 
35
	$mov ebx, 11
-
 
36
	$int 0x40
-
 
37
}
24
 
38
 
25
inline fastcall dword PollSocket( ECX)
39
inline fastcall dword PollSocket( ECX)
26
{
40
{
27
	$mov eax,53
41
	$mov eax,53
28
	$mov ebx,2
42
	$mov ebx,2