Lines Matching full:routing
103 * @brief Add a route to routing table.
122 * @brief Delete a route from routing table.
131 * @brief Delete a route from routing table by nexthop.
142 * @brief Delete a route from routing table by nexthop if the routing engine
145 * @detail The routing engine specific data could be the RPL data.
149 * @param data Routing engine specific data.
160 * @param route Pointer to routing entry.
182 * @param route Pointer to routing entry.
192 * @brief Go through all the routing entries and call callback
198 * @return Total number of routing entries found.
209 /** Extra routing engine specific data */
215 /** Routing entry lifetime in seconds. */
230 * routing table
242 * @brief Go through all the multicast routing entries and call callback
249 * @return Total number of multicast routing entries that are in use.
256 * @brief Add a multicast routing entry.
262 * @return Multicast routing entry.
269 * @brief Delete a multicast routing entry.
271 * @param route Multicast routing entry.
278 * @brief Lookup a multicast routing entry.
282 * @return Routing entry corresponding this multicast group.