Loading...
Searching...
No Matches
validation.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de>
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
9#pragma once
10
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
26#include "net/gnrc/icmpv6.h"
27
40 gnrc_rpl_opt_t *opt, uint16_t len);
41
42#ifdef __cplusplus
43}
44#endif
45
Definitions for GNRC's ICMPv6 implementation.
RPL-Option Generic Format.
Definition structs.h:78
RPL data structs.
struct gnrc_rpl_instance gnrc_rpl_instance_t
Instance representation.
Definition structs.h:234
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.