Handbook
Glossary
ipv6-aton ( ip -- integer )
Vocabulary
ip-parser
Inputs
ip
an
object
Outputs
integer
an
object
Definition
USING:
kernel
math
sequences
;
IN:
ip-parser
:
ipv6-aton
( ip -- integer )
parse-ipv6
0
[
[
16
shift
]
[
+
]
bi*
]
reduce
;