Wireshark  4.3.0
The Wireshark network protocol analyzer
ipv4.h
Go to the documentation of this file.
1 
16 #ifndef __IPV4_H__
17 #define __IPV4_H__
18 
19 #include <wsutil/inet_ipv4.h>
20 
21 typedef struct {
22  guint32 addr; /* stored in host order */
23  guint32 nmask; /* stored in host order */
25 
26 #endif
Definition: ipv4.h:21