lispdoc - results for host |
host | |
| Mentioned in: HyperSpec - 19.2.1.1 The Pathname Host Component HyperSpec - 19.2.2.4.1 Restrictions on Examining a Pathname Host Component HyperSpec - 19.3.1.1.1 The Host part of a Logical Pathname Namestring | |
(hunchentoot:host &optional (request *request*)) | Function: Returns the 'Host' incoming http header value.
|
(pathname-host pathname &key (case local)) | Function: Return PATHNAME's host.
|
| Mentioned in: CLtL2 - 23.1.2. Case Conventions CLtL2 - 23.1.5.2. Parsing of Logical Pathname Namestrings CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 23.1.6. Pathname Functions HyperSpec - Function PATHNAME-HOST, PATHNAME-DEVICE, PATHNAME-DIRECTORY, PATHNAME-NAME, PATHNAME-TYPE, PATHNAME-VERSION PCL - how pathnames represent filenames | |
(host-namestring pathname) | Function: Return a string representation of the name of the host in the pathname.
|
| Mentioned in: CLtL2 - 23.1.6. Pathname Functions HyperSpec - Function NAMESTRING, FILE-NAMESTRING, DIRECTORY-NAMESTRING, HOST-NAMESTRING, ENOUGH-NAMESTRING | |
usocket:*remote-host* | Undocumented
|
usocket:*wildcard-host* | Variable: Hostname to pass when all interfaces in the current system are to be bound.
|
usocket:host-down-error | Undocumented
|
(usocket:host-byte-order address) | Undocumented
|
(ql-ecl:host-ent-address &rest args) | Undocumented
|
usocket:host-unreachable-error | Undocumented
|
(ql-lispworks:get-host-entry &rest args) | Undocumented
|
(ql-ecl:get-host-by-name &rest args) | Undocumented
|
usocket:ns-host-not-found-error | Undocumented
|
(ql-sbcl:host-ent-address host-ent) | Function: Returns some valid address for HOST-ENT.
|
(ql-sbcl:get-host-by-name host-name) | Function: Returns a HOST-ENT instance for HOST-NAME or signals a NAME-SERVICE-ERROR. HOST-NAME may also be an IP address in dotted quad notation or some other weird stuff - see gethostbyname(3) or getaddrinfo(3) for the details.
|
Example:(defun my-fqdn () (sb-bsd-sockets:host-ent-name (sb-bsd-sockets:get-host-by-name (machine-instance)))) | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |