The interface for using TCP/IP sockets in LispWorks is in the
"comm"
module, and all the symbols are in the
comm
package, and documented in the The COMM Package.
To use it you need to require the module by
(require "comm")
LispWorks User Guide and Reference Manual - 21 Dec 2011