Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h83 struct wlan_mesh_route { struct
86 SLIST_ENTRY(wlan_mesh_route) wr; argument
89 SLIST_HEAD(wlan_mesh_routes, wlan_mesh_route);
258 int wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
259 int wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
283 struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
284 int wlan_mesh_add_rtentry(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
285 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; in op_wlan_mesh_route()
4213 struct wlan_mesh_route *wmr; in wlan_mesh_free_routes()
4223 static struct wlan_mesh_route *
4226 struct wlan_mesh_route *wmr; in wlan_mesh_find_route()
4239 struct wlan_mesh_route *
4242 struct wlan_mesh_route *wmr; in wlan_mesh_new_route()
[all …]
H A Dwlan_sys.c3004 wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr) in wlan_mesh_add_route()
3019 wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr) in wlan_mesh_del_route()
3040 struct wlan_mesh_route *wmr; in wlan_mesh_get_routelist()