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

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_olsr.c177 /* neighbor */
190 olsr_dbg("[OLSR] ----------Adding neighbor %08x iface %s\n", el->destination.addr, el->iface->name);
484 struct olsr_route_entry *local, *neighbor; local
489 neighbor = local->children;
491 while ((neighbor) && *bookmark != neighbor)
492 neighbor = neighbor->next;
495 while (neighbor) {
500 *bookmark = neighbor;
525 struct olsr_route_entry *local, *neighbor; local
[all...]
H A Dpico_ethernet.c280 struct pico_eth *neighbor = pico_ipv6_get_neighbor(f); local
281 if (neighbor)
283 memcpy(dstmac, neighbor, PICO_SIZE_ETH);

Completed in 43 milliseconds