Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ipv4_addr_and_mask Struct Reference

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

Detailed Description

Holds an IPv4 address paired with its subnet mask, both in host byte order.

Member Data Documentation

◆ addr

uint32_t ipv4_addr_and_mask::addr

IPv4 address in host byte order.

◆ nmask

uint32_t ipv4_addr_and_mask::nmask

IPv4 subnet mask in host byte order (e.g. 0xFFFFFF00 for /24).


The documentation for this struct was generated from the following file: