Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
19
#ifndef VALIDATION_H
20
#define VALIDATION_H
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#include "
net/gnrc/rpl/structs.h
"
27
#include "
net/gnrc/icmpv6.h
"
28
40
bool
gnrc_rpl_validation_options
(
int
msg_type,
gnrc_rpl_instance_t
*inst,
41
gnrc_rpl_opt_t
*opt, uint16_t len);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* VALIDATION_H */
icmpv6.h
Definitions for GNRC's ICMPv6 implementation.
gnrc_rpl_opt_t
RPL-Option Generic Format.
Definition
structs.h:79
structs.h
RPL data structs.
gnrc_rpl_instance_t
struct gnrc_rpl_instance gnrc_rpl_instance_t
Instance representation.
Definition
structs.h:235
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 Thu Apr 3 2025 15:28:53 by
1.12.0