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

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h184 struct wlan_mesh_routes mesh_routelist; member in struct:wlan_iface
H A Dwlan_snmp.c4215 while ((wmr = SLIST_FIRST(&wif->mesh_routelist)) != NULL) {
4216 SLIST_REMOVE_HEAD(&wif->mesh_routelist, wr);
4220 SLIST_INIT(&wif->mesh_routelist);
4231 SLIST_FOREACH(wmr, &wif->mesh_routelist, wr)
4265 SLIST_FOREACH(temp, &wif->mesh_routelist, wr)
4270 if ((prev = SLIST_FIRST(&wif->mesh_routelist)) == NULL ||
4273 SLIST_INSERT_HEAD(&wif->mesh_routelist, wmr, wr);
4277 SLIST_FOREACH(temp, &wif->mesh_routelist, wr) {
4295 SLIST_REMOVE(&wif->mesh_routelist, wmr, wlan_mesh_route, wr);
4316 SLIST_FOREACH_SAFE(wmr, &wif->mesh_routelist, w
[all...]

Completed in 83 milliseconds