Subversion Repositories Kolibri OS

Rev

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

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