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

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h84 struct wlan_mesh_route { struct
87 SLIST_ENTRY(wlan_mesh_route) wr;
90 SLIST_HEAD(wlan_mesh_routes, wlan_mesh_route);
259 int wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
260 int wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
284 struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
285 int wlan_mesh_add_rtentry(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
286 void wlan_mesh_free_route(struct wlan_mesh_route *wmr);
H A Dwlan_snmp.c129 static struct wlan_mesh_route * wlan_mesh_find_route(struct wlan_iface *,
155 static struct wlan_mesh_route * wlan_mesh_get_route(const struct asn_oid *,
178 static struct wlan_mesh_route * wlan_mesh_get_next_route(const struct asn_oid *,
210 struct wlan_mesh_route *);
2345 struct wlan_mesh_route *wmr;
4213 struct wlan_mesh_route *wmr;
4223 static struct wlan_mesh_route *
4226 struct wlan_mesh_route *wmr;
4239 struct wlan_mesh_route *
4242 struct wlan_mesh_route *wm
[all...]
H A Dwlan_sys.c3004 wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
3019 wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
3040 struct wlan_mesh_route *wmr;

Completed in 107 milliseconds