|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
A v4 or v6 address in network (big-endian) byte order. More...
#include <ip.h>
Public Attributes | |
| pc_ip_family | family |
| address family tag | |
| uint8_t | bytes [16] |
| network order; v4 uses the first 4 | |
| pc_ip_family pc_ip::family |
address family tag
Definition at line 53 of file ip.h.
Referenced by listener_accept_allowed_ip(), listener_accept_cb(), listener_ip_allow_add(), listener_ip_allow_add_cidr(), listener_ip_allowlist_reset(), listener_per_ip_throttle_reset(), pc_conn_remote_addr(), pc_ip_classify(), pc_ip_equal(), pc_ip_format(), pc_ip_from_v4_octets(), pc_ip_from_v6_bytes(), pc_ip_is_unspecified(), pc_ip_is_v4_mapped(), pc_ip_parse(), pc_ip_prefix_match(), and pc_ip_to_v4_be().
| uint8_t pc_ip::bytes[16] |
network order; v4 uses the first 4
Definition at line 54 of file ip.h.
Referenced by pc_ip_classify(), pc_ip_equal(), pc_ip_format(), pc_ip_from_v4_octets(), pc_ip_from_v6_bytes(), pc_ip_is_unspecified(), pc_ip_is_v4_mapped(), pc_ip_parse(), pc_ip_prefix_match(), and pc_ip_to_v4_be().