Adam Dunkels
|
e9f180e756
|
Made the first argument to uip_connect() const, to ensure it isn't altered
|
2015-05-10 10:51:13 +02:00 |
|
Adam Dunkels
|
daef1ea252
|
Cast the addresses when copying IPv4 and IPv6 addresses using the IPv4 and IPv6 copy macros.
|
2015-05-10 10:51:13 +02:00 |
|
George Oikonomou
|
06cfea692b
|
Document a macro
|
2015-02-15 20:11:11 +01:00 |
|
George Oikonomou
|
e596d5104d
|
Fix minor typos
|
2015-02-15 20:11:11 +01:00 |
|
George Oikonomou
|
587dd8d9e4
|
Remove documentation of a macro which was commented out
The result of this was that the doxygen block was being applied to the wrong macro
|
2015-02-15 20:11:10 +01:00 |
|
George Oikonomou
|
35be05071c
|
Fix some unresolved references
* Either by removing them
* Or by resolving them
|
2015-02-15 20:11:10 +01:00 |
|
George Oikonomou
|
fb22e15844
|
Fix warnings caused by incorrect param names / undocumented params
|
2015-02-15 20:11:08 +01:00 |
|
Simon Duquennoy
|
a9cc909794
|
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
|
2014-12-01 21:02:57 +01:00 |
|
Enrico Joerns
|
85b494c16b
|
[doc] Give files a common structure by placing license first (partial)
Followed by doxyen file and group tags.
This patch is only a first attempt to make provide a clean structure,
many more files require rework, too.
|
2014-11-10 23:54:49 +01:00 |
|
Enrico Joerns
|
cbca2d6604
|
[doc] fixed some minor typos
|
2014-11-10 23:53:31 +01:00 |
|
Nicolas Tsiftes
|
582bfcb8c6
|
Merge pull request #696 from sieben/doc
Correct several doxygen tags (\file,...)
|
2014-07-28 11:42:41 +02:00 |
|
Rémy Léone
|
8c3fa17ec0
|
Correct several doxygen tags (\file)
|
2014-07-28 11:11:45 +02:00 |
|
Rémy Léone
|
f111058472
|
Removing trailing whitespaces
|
2014-06-30 20:01:05 +02:00 |
|
Joakim Gebart
|
997aef49d8
|
core/net/uip.h: Add missing #include <string.h>
Fixes implicit definition of memcmp() warnings/errors.
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
|
2014-06-11 18:04:34 +02:00 |
|
George Oikonomou
|
68c5584488
|
New uip_is_addr macros for multicast addresses
|
2014-03-05 20:31:14 +00:00 |
|
Adam Dunkels
|
5f3fe7f7c7
|
Updated include paths for the moved files under net/
|
2014-01-26 23:20:23 +01:00 |
|
Adam Dunkels
|
65eba46be2
|
Moved all generic IP files into the net/ip module
|
2014-01-26 23:20:21 +01:00 |
|