Searched refs:hopcount (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_aodv.c402 uint8_t hopcount = 0; local
409 hopcount = ((struct pico_aodv_rreq *)buf)->hop_count;
413 hopcount = ((struct pico_aodv_rrep *)buf)->hop_count;
420 if (node && (hopcount == 0)) {
421 aodv_elect_route(node, NULL, hopcount, msginfo->dev);

Completed in 24 milliseconds