aboutsummaryrefslogtreecommitdiff
path: root/include/helper/odp_icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helper/odp_icmp.h')
-rw-r--r--include/helper/odp_icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper/odp_icmp.h b/include/helper/odp_icmp.h
index f34b68e..ab8c409 100644
--- a/include/helper/odp_icmp.h
+++ b/include/helper/odp_icmp.h
@@ -29,7 +29,7 @@ extern "C" {
typedef struct ODP_PACKED {
uint8_t type; /**< message type */
uint8_t code; /**< type sub-code */
- uint16be_t chksum; /**< checksum of icmp header */
+ uint16sum_t chksum; /**< checksum of icmp header */
union {
struct {
uint16be_t id;