Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_snmp.h286 struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
Dwlan_snmp.c4227 wlan_mesh_find_route(struct wlan_iface *wif, uint8_t *dstmac) in wlan_mesh_find_route() argument
4235 if (memcmp(wmr->imroute.imr_dest, dstmac, in wlan_mesh_find_route()
4243 wlan_mesh_new_route(const uint8_t *dstmac) in wlan_mesh_new_route() argument
4251 memcpy(wmr->imroute.imr_dest, dstmac, IEEE80211_ADDR_LEN); in wlan_mesh_new_route()
4334 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_route() local
4336 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0) in wlan_mesh_get_route()
4342 return (wlan_mesh_find_route(*wif, dstmac)); in wlan_mesh_get_route()
4350 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_next_route() local
4363 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0 || in wlan_mesh_get_next_route()
4365 (wmr = wlan_mesh_find_route(*wif, dstmac)) == NULL) in wlan_mesh_get_next_route()
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
Dwesside.c1964 unsigned char* dstmac) { in send_arp() argument
1988 do_arp(ptr, op, srcmac, srcip, dstmac, dstip); in send_arp()