Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
6b22e15a
Commit
6b22e15a
authored
9 years ago
by
Martine Lenders
Browse files
Options
Downloads
Plain Diff
Merge pull request #3657 from cgundogan/pr/rpl/doc_verbose
rpl: make urls in doc more verbose
parents
cb63a4e2
28dbd1f9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys/include/net/ng_rpl/structs.h
+8
-8
8 additions, 8 deletions
sys/include/net/ng_rpl/structs.h
with
8 additions
and
8 deletions
sys/include/net/ng_rpl/structs.h
+
8
−
8
View file @
6b22e15a
...
...
@@ -33,7 +33,7 @@ extern "C" {
/**
* @brief RPL-Option Generic Format
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.1">
* RPL Control Message Option Generic Format
*
RFC6550, section 6.7.1,
RPL Control Message Option Generic Format
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -44,7 +44,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DIO Base Object
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.3.1">
* Format of the DIO Base Object
*
RFC6550, section 6.3.1,
Format of the DIO Base Object
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -61,7 +61,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DODAG Configuration Option
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.6">
* DODAG Configuration
*
RFC6550, section 6.7.6,
DODAG Configuration
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -82,7 +82,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DODAG Information Solicitation
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.2">
* DODAG Information Solicitation
*
RFC6550, section 6.2,
DODAG Information Solicitation
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -93,7 +93,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Destination Advertisement Object
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.4">
* Destination Advertisement Object
*
RFC6550, section 6.4,
Destination Advertisement Object
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -107,7 +107,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Destination Advertisement Object Acknowledgement
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.5">
* Destination Advertisement Object Acknowledgement
*
RFC6550, section 6.5,
Destination Advertisement Object Acknowledgement
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -121,7 +121,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Target Option
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.7">
* RPL Target
*
RFC6550, section 6.7.7,
RPL Target
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
@@ -135,7 +135,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Transit Option
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.8">
* Transit Information
*
RFC6550, section 6.7.8,
Transit Information
* </a>
*/
typedef
struct
__attribute__
((
packed
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment