topenmcl-sockets.txt - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
topenmcl-sockets.txt (726B)
---
1 http://openmcl.clozure.com/Doc/sockets.html
2
3 make-socket [Function]
4 accept-connection [Function]
5 dotted-to-ipaddr [Function]
6 ipaddr-to-dotted [Function]
7 ipaddr-to-hostname [Function]
8 lookup-hostname [Function]
9 lookup-port [Function]
10 receive-from [Function]
11 send-to [Function]
12 shutdown [Function]
13 socket-os-fd [Function]
14 remote-port [Function]
15 local-host [Function]
16 local-port [Function]
17
18 socket-address-family [Function]
19
20 socket-connect [Function]
21 socket-format [Function]
22 socket-type [Function]
23 socket-error [Class]
24 socket-error-code [Function]
25 socket-error-identifier [Function]
26 socket-error-situation [Function]
27 close [method]