The interface for using sockets in LispWorks is in the "comm"
module, and all the symbols are in the comm
package, and documented in the 32 The COMM Package.
To use it you need to require the module by:
(require "comm")
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:24