|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Holds an IPv4 address paired with its subnet mask, both in host byte order. More...
#include <inet_cidr.h>
Public Attributes | |
| uint32_t | addr |
| uint32_t | nmask |
Holds an IPv4 address paired with its subnet mask, both in host byte order.
| uint32_t ipv4_addr_and_mask::addr |
IPv4 address in host byte order.
| uint32_t ipv4_addr_and_mask::nmask |
IPv4 subnet mask in host byte order (e.g. 0xFFFFFF00 for /24).