Searched refs:dstmac (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.h | 285 struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
|
| H A D | wlan_snmp.c | 4226 wlan_mesh_find_route(struct wlan_iface *wif, uint8_t *dstmac) in wlan_mesh_find_route() argument 4234 if (memcmp(wmr->imroute.imr_dest, dstmac, in wlan_mesh_find_route() 4242 wlan_mesh_new_route(const uint8_t *dstmac) in wlan_mesh_new_route() argument 4250 memcpy(wmr->imroute.imr_dest, dstmac, IEEE80211_ADDR_LEN); in wlan_mesh_new_route() 4333 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_route() local 4335 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0) in wlan_mesh_get_route() 4341 return (wlan_mesh_find_route(*wif, dstmac)); in wlan_mesh_get_route() 4349 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_next_route() local 4362 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0 || in wlan_mesh_get_next_route() 4364 (wmr = wlan_mesh_find_route(*wif, dstmac)) == NULL) in wlan_mesh_get_next_route()
|
| /freebsd-13.1/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 1965 unsigned char* dstmac) { in send_arp() argument 1989 do_arp(ptr, op, srcmac, srcip, dstmac, dstip); in send_arp()
|