Yasuyuki Tanaka
|
aa1f408825
|
packetbuf: add packetbuf_remaininglen()
packetbuf_freelen() returns the length of free space in packetbuf.
|
2016-12-14 14:19:46 +01:00 |
|
Yasuyuki Tanaka
|
a3417b82b0
|
Fix indentation in packetbuf.c
|
2016-12-14 14:16:55 +01:00 |
|
kkrentz
|
6fb6fd5bb9
|
packetbuf: No more splitting of header and data
|
2016-04-15 03:12:40 -07:00 |
|
kkrentz
|
0af4a18c09
|
packetbuf: Use MIN macro
|
2016-04-13 09:20:29 -07:00 |
|
kkrentz
|
3d79292e44
|
packetbuf: Simplified packetbuf_attr_clear
|
2016-04-13 09:20:29 -07:00 |
|
kkrentz
|
1014018c2d
|
packetbuf: Removed debugging stuff
|
2016-04-13 09:20:29 -07:00 |
|
kkrentz
|
a1b91d8b59
|
packetbuf: Removed commented code
|
2016-04-13 09:20:29 -07:00 |
|
Konrad Krentz
|
d478c0f7f1
|
packetbuf: Deleted functions that are never called
|
2016-04-13 09:20:29 -07:00 |
|
rajithr
|
2a2acf62ed
|
Fix for out of bounds access
Fix for out of bounds access by limiting the printing to the size limit of the buffer
|
2015-08-31 16:10:00 +05:30 |
|
rajithr
|
08503a20be
|
Protection against possible buffer overflow
|
2015-05-27 19:06:19 +05:30 |
|
Adam Dunkels
|
7acf747c1a
|
Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex.
|
2015-04-01 21:33:02 +02:00 |
|
Simon Duquennoy
|
c0d6b116d6
|
Align packetbuf on an even 32-bit boundary
|
2014-12-03 19:06:00 +01:00 |
|
kkrentz
|
3e44e8b258
|
packetbuf: Added function "packetbuf_holds_broadcast()" for checking whether the current packet is a
broadcast
|
2014-11-13 09:46:07 -08: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 |
|
kkrentz
|
a5a9b42457
|
packetbuf: Made packetbuf_hdrlen applicable to inbound packets, too
|
2014-08-04 01:09:57 -07:00 |
|
Adam Dunkels
|
45265249fc
|
Changed the name of the rimeaddr module to linkaddr
|
2014-01-29 20:12:24 +01:00 |
|
Adam Dunkels
|
8eace27f9b
|
Moved net/rime.h to net/rime/rime.h
|
2014-01-26 23:20:45 +01:00 |
|
Adam Dunkels
|
5c5545ba7d
|
Code style and debugging updates
|
2012-11-27 23:04:32 +01:00 |
|
Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
adamdunkels
|
3fa8ffda1a
|
Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
|
2010-06-14 19:19:16 +00:00 |
|