Wireshark  4.3.0
The Wireshark network protocol analyzer
ipv6.h
Go to the documentation of this file.
1 
17 #ifndef __IPV6_UTILS_H__
18 #define __IPV6_UTILS_H__
19 
20 #include <wsutil/inet_ipv6.h>
21 
22 typedef struct {
23  ws_in6_addr addr;
24  guint32 prefix;
26 
27 #endif /* __IPV6_UTILS_H__ */
Definition: inet_ipv6.h:21
Definition: ipv6.h:22