All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

ipv6-address

Type
Summary

Represents IPv6 addresses.

Package

comm

Description

Objects of type ipv6-address represent an IPv6 address.

ipv6-address objects are normally created by get-host-entry. They can also be created by parse-ipv6-address.

ipv6-address can be used wherever an IP address is needed, most commonly open-tcp-stream.

ipv6-address may contain a scope ID, which is not really part of the address, but is needed for using local addresses.

The string representation of an ipv6-address can be retrieved by ip-address-string. The scope ID can be accessed by ipv6-address-scope-id.

See also

get-host-entry
ipv6-address-p
ip-address-string
ipv6-address-scope-id
parse-ipv6-address


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex