List extension packs
/home/mlunife/.local/share/swi-prolog/pack/aleph/prolog
/home/mlunife/.local/share/swi-prolog/pack/auc/prolog
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint_r/prolog
/home/mlunife/.local/share/swi-prolog/pack/lbfgs/prolog
/home/mlunife/.local/share/swi-prolog/pack/liftcover/prolog
/home/mlunife/.local/share/swi-prolog/pack/matrix/prolog
/home/mlunife/.local/share/swi-prolog/pack/pascal/prolog
/home/mlunife/.local/share/swi-prolog/pack/phil/prolog
/home/mlunife/.local/share/swi-prolog/pack/sldnfdraw/prolog
/home/mlunife/swish
/home/mlunife/swish/config-enabled
/home/mlunife/swish/lib
/home/mlunife/swish/lib/data
/home/mlunife/swish/lib/plugin
/home/mlunife/swish/lib/render
/home/mlunife/swish/pack/profile/prolog
/home/mlunife/swish/pack/profile/prolog/profile/backend
/home/mlunife/swish/pack/rserve_client/prolog/r
/home/mlunife/swish/pack/smtp/prolog
/home/mlunife/swish/pack/wordnet/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/readline
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/xpce/prolog/boot
/usr/local/lib/swipl/xpce/prolog/lib
pengine://0f7817b8-9fbb-4e80-806f-566498e32a3d
pengine://4b4b4f52-1443-4a13-a496-039d2166b79c
pengine://65e1bd6f-632b-4200-a245-f0ed76437f07
pengine://750cc98c-f9c9-4a43-8496-a808c3164123
pengine://7deec5ac-9c67-48a0-aed1-8791b453193b
pengine://af64fcac-f3a7-475a-8ce2-ba5342f765ba
pengine://d3095de3-f7f3-4cda-92bb-282263e20944
pengine://dee01680-7677-400a-b906-373b3697cbcc
/usr/local/lib/swipl/library/ext/clib/socket.pl
All
Application
Manual
Name
Summary
Help
ext
clib
socket.pl -- Network socket (TCP and UDP) library
socket_create/2
tcp_socket/1
unix_domain_socket/1
tcp_close_socket/1
tcp_open_socket/2
tcp_open_socket/3
tcp_bind/2
tcp_listen/2
tcp_accept/3
tcp_connect/2
rewrite_host/3
tcp_connect/4
tcp_connect/3
tcp_select/3
try_proxy/4
proxy_for_url/3
udp_socket/1
udp_receive/4
udp_send/4
tcp_setopt/2
tcp_fcntl/3
tcp_getopt/2
host_address/3
tcp_host_to_address/2
gethostname/1
ip_name/2
negotiate_socks_connection/2
uid.pl
unix.pl -- Unix specific operations
syslog.pl
memfile.pl
time.pl -- Time and alarm library
uri.pl -- Process URIs
uuid.pl -- Universally Unique Identifier (UUID) Library
sha.pl -- SHA secure hashes
process.pl -- Create processes and redirect I/O
filesex.pl -- Extended operations on files
hash_stream.pl -- Maintain a hash on a stream
md5.pl -- MD5 hashes
rlimit.pl
mallocinfo.pl -- Memory allocation details
udp_broadcast.pl -- A UDP broadcast proxy
crypt.pl
streampool.pl -- Input multiplexing
prolog_stream.pl -- A stream with Prolog callbacks
cgi.pl -- Read CGI parameters
udp_socket
(-SocketId)
is
det
Equivalent to
socket_create(SocketId, [type(dgram)])
or, explicit,
socket_create(SocketId, [domain(inet), type(dgram)])
.