Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
#include "
net/gnrc/rpl/structs.h
"
26
#include "
net/gnrc/icmpv6.h
"
27
39
bool
gnrc_rpl_validation_options
(
int
msg_type,
gnrc_rpl_instance_t
*inst,
40
gnrc_rpl_opt_t
*opt, uint16_t len);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
icmpv6.h
Definitions for GNRC's ICMPv6 implementation.
gnrc_rpl_opt_t
RPL-Option Generic Format.
Definition:
structs.h:78
structs.h
RPL data structs.
gnrc_rpl_instance_t
struct gnrc_rpl_instance gnrc_rpl_instance_t
Instance representation.
Definition:
structs.h:234
gnrc_rpl_validation_options
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.
Generated on Mon Jun 30 2025 18:46:46 by
1.9.1