Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
19
extern
"C"
{
20
#endif
21
22
#include "
net/gnrc/rpl/structs.h
"
23
#include "
net/gnrc/icmpv6.h
"
24
36
bool
gnrc_rpl_validation_options
(
int
msg_type,
gnrc_rpl_instance_t
*inst,
37
gnrc_rpl_opt_t
*opt, uint16_t len);
38
39
#ifdef __cplusplus
40
}
41
#endif
42
icmpv6.h
Definitions for GNRC's ICMPv6 implementation.
gnrc_rpl_opt_t
RPL-Option Generic Format.
Definition
structs.h:75
structs.h
RPL data structs.
gnrc_rpl_instance_t
struct gnrc_rpl_instance gnrc_rpl_instance_t
Instance representation.
Definition
structs.h:231
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 Sat Sep 26 2026 00:00:28 by
1.13.2