Wireshark
4.3.0
The Wireshark network protocol analyzer
epan
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 */
24
}
ipv4_addr_and_mask
;
25
26
#endif
inet_ipv4.h
ipv4_addr_and_mask
Definition:
ipv4.h:21
Generated by
1.9.1