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
4f5d0466
Commit
4f5d0466
authored
8 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
doc: net: replace doc references of conn with sock
parent
4403cc93
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sys/include/net/gnrc.h
+3
-3
3 additions, 3 deletions
sys/include/net/gnrc.h
sys/posix/sockets/doc.txt
+1
-1
1 addition, 1 deletion
sys/posix/sockets/doc.txt
with
4 additions
and
4 deletions
sys/include/net/gnrc.h
+
3
−
3
View file @
4f5d0466
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
* =====================
* =====================
*
*
* From the application layer the @ref net_gnrc can be accessed through the
* From the application layer the @ref net_gnrc can be accessed through the
* @ref net_
conn
, while the interface to the @ref drivers_netdev_netdev2 is
* @ref net_
sock
, while the interface to the @ref drivers_netdev_netdev2 is
* defined by the @ref net_gnrc_netdev2.
* defined by the @ref net_gnrc_netdev2.
*
*
* Architecture
* Architecture
...
@@ -258,9 +258,9 @@
...
@@ -258,9 +258,9 @@
* USEMODULE += gnrc_udp
* USEMODULE += gnrc_udp
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
* - To use @ref net_
conn
_udp with GNRC include
* - To use @ref net_
sock
_udp with GNRC include
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
* USEMODULE += gnrc_
conn
_udp
* USEMODULE += gnrc_
sock
_udp
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
* - To include the @ref net_gnrc_rpl module
* - To include the @ref net_gnrc_rpl module
...
...
This diff is collapsed.
Click to expand it.
sys/posix/sockets/doc.txt
+
1
−
1
View file @
4f5d0466
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
/**
/**
* @defgroup posix_sockets POSIX sockets
* @defgroup posix_sockets POSIX sockets
* @brief POSIX socket wrapper of RIOT's @ref net_
conn
* @brief POSIX socket wrapper of RIOT's @ref net_
sock
* @see <a href="http://pubs.opengroup.org/onlinepubs/9699919799/">
* @see <a href="http://pubs.opengroup.org/onlinepubs/9699919799/">
* The Open Group Specifications Issue 7
* The Open Group Specifications Issue 7
* </a>
* </a>
...
...
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