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 The COMM Package.
To use it you need to require the module by
(require "comm")
LispWorks User Guide and Reference Manual - 20 Sep 2017