pub const GNRC_IPV6_NIB_ROUTE_INFO_TYPE_RRQ: _bindgen_ty_10 = 1;
Expand description

@brief reactive routing query

A reactive routing query is issued when a route is unknown to the NIB. A reactive routing protocol can use this call to search for a route in a reactive manner.

The ctx_addr will be the destination address of the unknown route, ctx a pointer to the packet as gnrc_pktsnip_t that caused the route look-up (to possibly queue it for later sending).