contiki/core/net/rime
Amit Geron 1b8c889e41 Add route_discovery_explicit_open()
For route discovery connections, 2 logical channels are used:
One channel for netflood messages, and one for unicast.
When opening a route discovery connection using
route_discovery_open(), only the netflood channel number is
specified, and the unicast channel number is hard-coded to be the
next channel (+1).
This commit adds an alternative function for opening
route-discovery connections, allowing the user to specify both
channels independently, to gain improved control and readability.
2015-11-30 11:13:32 +02:00
..
abc.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
abc.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
announcement.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
announcement.h Fix warnings caused by incorrect param names / undocumented params 2015-02-15 20:11:08 +01:00
broadcast-announcement.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
broadcast-announcement.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
broadcast.c [core/net/rime] Doxygen fixes 2014-11-10 23:53:32 +01:00
broadcast.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
chameleon-bitopt.c Fix Rime attribute serialization in chameleon-bitopts.c for big endian systems 2015-08-14 16:16:46 +02:00
chameleon-bitopt.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
chameleon-raw.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
chameleon-raw.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
chameleon.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
chameleon.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
channel.c Moved net/rime.h to net/rime/rime.h 2014-01-26 23:20:45 +01:00
channel.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
collect-link-estimate.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
collect-link-estimate.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
collect-neighbor.c cc2538: examples: Fix build warnings 2015-06-02 01:38:11 +02:00
collect-neighbor.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
collect.c cc2538: examples: Fix build warnings 2015-06-02 01:38:11 +02:00
collect.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
ipolite.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
ipolite.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
mesh.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
mesh.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
multihop.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
multihop.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
neighbor-discovery.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
neighbor-discovery.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
netflood.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
netflood.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
packetqueue.c Moved packetqueue to core/net/rime, as it is only used by the Rime collect protocol 2014-12-01 17:47:00 +01:00
packetqueue.h Fix some unresolved references 2015-02-15 20:11:10 +01:00
polite-announcement.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
polite-announcement.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
polite.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
polite.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
rime.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rime.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rimestats.c 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
rimestats.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
rmh.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rmh.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
route-discovery.c Add route_discovery_explicit_open() 2015-11-30 11:13:32 +02:00
route-discovery.h Add route_discovery_explicit_open() 2015-11-30 11:13:32 +02:00
route.c remove rime routes in LRU mode if trying to add a new route to full route table 2015-06-19 16:32:19 +02:00
route.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rucb.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
rucb.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
rudolph1.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rudolph1.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
rudolph2.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rudolph2.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
runicast.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
runicast.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
stbroadcast.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
stbroadcast.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
stunicast.c Fix stunicast timer restart 2015-07-09 12:03:55 +03:00
stunicast.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
timesynch.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
timesynch.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
trickle.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
trickle.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00
unicast.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
unicast.h Fix "multiple use of section label 'channels'" warning in various rime headers 2015-02-15 20:11:07 +01:00