summaryrefslogtreecommitdiff
path: root/libnet/include/libnet/libnet-structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/include/libnet/libnet-structures.h')
-rw-r--r--libnet/include/libnet/libnet-structures.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnet/include/libnet/libnet-structures.h b/libnet/include/libnet/libnet-structures.h
index 912c321..831999e 100644
--- a/libnet/include/libnet/libnet-structures.h
+++ b/libnet/include/libnet/libnet-structures.h
@@ -160,6 +160,10 @@ struct libnet_protocol_block
#define LIBNET_PBLOCK_HSRP_H 0x40 /* HSRP header */
#define LIBNET_PBLOCK_ICMPV6_H 0x41 /* ICMPv6 header */
#define LIBNET_PBLOCK_ICMPV6_UNREACH_H 0x42 /* ICMPv6 unreach header */
+#define LIBNET_PBLOCK_ICMPV6_NDNSOL_H 0x43 /* ICMPv6 neighbor solicitation header */
+#define LIBNET_PBLOCK_ICMPV6_NDNADV_H 0x44 /* ICMPv6 neighbor adv header */
+#define LIBNET_PBLOCK_ICMPV6_NDPOPT_H 0x45 /* ICMPv6 NDP option */
+#define LIBNET_PBLOCK_ICMPV6_ECHO_H 0x46 /* ICMPv6 echo header */
uint8_t flags; /* control flags */
#define LIBNET_PBLOCK_DO_CHECKSUM 0x01 /* needs a checksum */