HomeSort by: relevance | last modified time | path
    Searched refs:neighbour (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libmenu/
internals.c 91 int neighbour, cycle, row_major, edge; local in function:_menui_calc_neighbours
122 neighbour =
125 if (neighbour >= menu->item_count)
126 neighbour -= menu->item_cols;
129 neighbour = item_no - menu->item_cols;
132 neighbour = menu->item_rows * item->col
134 if (neighbour >= menu->item_count)
135 neighbour = menu->item_count - 1;
138 neighbour = item_no - 1;
142 item->up = menu->items[neighbour];
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 886 neigh_max_probes(const struct neighbour *n)
898 struct neighbour *neigh = (struct neighbour *)arg;
968 neighbour entry!
1007 arp_constructor_offload(struct neighbour *neigh)
1019 neigh_update_offload(struct neighbour *neigh, const u8 *lladdr,

Completed in 122 milliseconds