Subversion Repositories Kolibri OS

Rev

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

Rev 419 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
-
 
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
3
;;  SOCKET.INC
7
;;  SOCKET.INC                                                  ;;
4
;;
-
 
-
 
8
;;                                                              ;;
5
;;  Sockets constants, structures and functions
9
;;  Sockets constants, structures and functions                 ;;
6
;;
-
 
-
 
10
;;                                                              ;;
7
;;  Last revision: 11.11.2006
11
;;  Last revision: 11.11.2006                                   ;;
8
;;
-
 
-
 
12
;;                                                              ;;
9
;;  This file contains the following:
13
;;  This file contains the following:                           ;;
10
;;    is_localport_unused
14
;;    is_localport_unused                                       ;;
11
;;    get_free_socket
15
;;    get_free_socket                                           ;;
12
;;    socket_open
16
;;    socket_open                                               ;;
13
;;    socket_open_tcp
17
;;    socket_open_tcp                                           ;;
14
;;    socket_close
18
;;    socket_close                                              ;;
15
;;    socket_close_tcp
19
;;    socket_close_tcp                                          ;;
16
;;    socket_poll
20
;;    socket_poll                                               ;;
17
;;    socket_status
21
;;    socket_status                                             ;;
18
;;    socket_read
22
;;    socket_read                                               ;;
19
;;    socket_write
23
;;    socket_write                                              ;;
20
;;    socket_write_tcp
24
;;    socket_write_tcp                                          ;;
21
;;
-
 
22
;;
-
 
-
 
25
;;                                                              ;;
-
 
26
;;                                                              ;;
23
;;  Changes history:
27
;;  Changes history:                                            ;;
24
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net
28
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
25
;;   11.11.2006 - [Johnny_B] and [smb]
29
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
26
;;
-
 
-
 
30
;;                                                              ;;
27
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 28... Line 32...
28
 
32
 
29
;
33
;
30
;  Socket Descriptor + Buffer
34
;  Socket Descriptor + Buffer
31
;
35
;