Handbook
Glossary
<inet6> ( host port -- inet6 )
Networking
ยป
Address specifiers
Prev:
inet6
Next:
resolve-host ( addrspec -- seq )
Vocabulary
io
.
sockets
Inputs
host
an IPv6 address
port
a port number
Outputs
inet6
an
inet6
Word description
Creates a new
inet6
address specifier. A value of
f
as the host refers to localhost, while
f
as the port defers the port choice until a later time.
Definition
USING:
io.sockets.private
kernel
;
IN:
io.sockets
:
<inet6>
( host port -- inet6 )
[
dup
check-ipv6
0
]
dip
inet6
boa
;