aboutsummaryrefslogtreecommitdiff
path: root/helper/include/odp/helper/odph_api.h
diff options
context:
space:
mode:
authorKiran Kumar K <kirankumark@marvell.com>2020-10-05 09:29:13 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2020-12-21 12:42:26 +0200
commit3f618a250a69c95b9a4b6594a76e1841b1c00765 (patch)
tree8775ac6de94c5da7401efa7114aa3c3c7b40b7f5 /helper/include/odp/helper/odph_api.h
parentc86a4edb62eb7695a99f9e4c0f0cf0334957d229 (diff)
helper: add odph_igmp header description
Adds IGMP header description struct odph_igmphdr_t in helper directory. This structure is used for accessing IGMP header information from the packet. Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Signed-off-by: Satheesh Paul <psatheesh@marvell.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'helper/include/odp/helper/odph_api.h')
-rw-r--r--helper/include/odp/helper/odph_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/include/odp/helper/odph_api.h b/helper/include/odp/helper/odph_api.h
index 8e0bf8eb3..f3bcde208 100644
--- a/helper/include/odp/helper/odph_api.h
+++ b/helper/include/odp/helper/odph_api.h
@@ -25,6 +25,7 @@ extern "C" {
#include <odp/helper/gtp.h>
#include <odp/helper/odph_hashtable.h>
#include <odp/helper/icmp.h>
+#include <odp/helper/igmp.h>
#include <odp/helper/ip.h>
#include <odp/helper/ipsec.h>
#include <odp/helper/odph_lineartable.h>