Tags: | parsing |
Authors: | John Benediktsson |
Class | Superclass | Slots |
bad-ipv4-component | tuple | string |
bad-ipv4-embedded-prefix | tuple | obj |
bad-ipv6-component | tuple | obj |
malformed-ipv4 | tuple | string |
malformed-ipv6 | tuple | string |
more-than-8-components | tuple |
Word | Stack effect |
bad-ipv4-component | ( string -- * ) |
bad-ipv4-embedded-prefix | ( obj -- * ) |
bad-ipv6-component | ( obj -- * ) |
ipv4-aton | ( ip -- integer ) |
ipv4-ntoa | ( integer -- ip ) |
ipv6-aton | ( ip -- integer ) |
ipv6-ntoa | ( integer -- ip ) |
malformed-ipv4 | ( string -- * ) |
malformed-ipv6 | ( string -- * ) |
more-than-8-components | ( -- * ) |
normalize-ipv4 | ( str -- newstr ) |
parse-ipv4 | ( str -- byte-array ) |
parse-ipv6 | ( string -- seq ) |
Word | Stack effect |
bad-ipv4-component? | ( object -- ? ) |
bad-ipv4-embedded-prefix? | ( object -- ? ) |
bad-ipv6-component? | ( object -- ? ) |
malformed-ipv4? | ( object -- ? ) |
malformed-ipv6? | ( object -- ? ) |
more-than-8-components? | ( object -- ? ) |