Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
io.sockets.icmp vocabulary
Factor documentation
>
Factor handbook
>
Vocabulary index
Documentation
ICMP
Meta-data
Authors:
John Benediktsson
Words
Tuple classes
Class
Superclass
Slots
icmp
hostname
icmp4
ipv4
icmp6
ipv6
Ordinary words
Word
Stack effect
<icmp4>
( host -- icmp4 )
<icmp6>
( host -- icmp6 )
<icmp>
( host -- icmp )
Class predicate words
Word
Stack effect
icmp4?
( object -- ? )
icmp6?
( object -- ? )
icmp?
( object -- ? )
Files
resource:basis/io/sockets/icmp/icmp.factor
resource:basis/io/sockets/icmp/icmp-docs.factor
resource:basis/io/sockets/icmp/icmp-tests.factor
Children
Vocabulary
Summary
io.sockets.icmp.private
io.sockets.icmp.private vocabulary