〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
std
type
byte
ip
size
base64
path
magic
base
bcd
c
win32
010
rust
linux
color
float16
mac
time
leb128
guid
Powered By
GitBook
Comment on page
ip
Types used to decode IP addresses
Types
type::IPv4Address
A 4 byte IPv4 Address as described in RFC 791
struct
IPv4Address
{
...
}
[[
sealed
,
format
]];
type::IPv6Address
A 16 byte IPv6 Address as described in RFC 8200
struct
IPv6Address
{
...
}
[[
sealed
,
format
]];
Last modified
8mo ago