Loading...
Searching...
No Matches
validation.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
23#include "net/gnrc/icmpv6.h"
24
37 gnrc_rpl_opt_t *opt, uint16_t len);
38
39#ifdef __cplusplus
40}
41#endif
42
Definitions for GNRC's ICMPv6 implementation.
RPL-Option Generic Format.
Definition structs.h:75
RPL data structs.
struct gnrc_rpl_instance gnrc_rpl_instance_t
Instance representation.
Definition structs.h:231
bool gnrc_rpl_validation_options(int msg_type, gnrc_rpl_instance_t *inst, gnrc_rpl_opt_t *opt, uint16_t len)
Checks validity of control message options.