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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_mesh.c446 int i, firstempty = -1; local
452 if (!mesh_proto_paths[i].mpp_active && firstempty == -1)
453 firstempty = i;
455 if (firstempty < 0)
457 memcpy(&mesh_proto_paths[firstempty], mpp, sizeof(*mpp));
458 mesh_proto_paths[firstempty].mpp_active = 1;
466 int i, firstempty = -1; local
472 if (!mesh_proto_metrics[i].mpm_active && firstempty == -1)
473 firstempty = i;
475 if (firstempty <
[all...]

Completed in 86 milliseconds