Searched refs:dstmac (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-token.c | 148 nd_mac_addr srcmac, dstmac; in token_print() local 164 extract_token_addrs(trp, (char*)srcmac, (char*)dstmac); in token_print() 172 token_hdr_print(ndo, trp, length, srcmac, dstmac); in token_print() 201 token_hdr_print(ndo, trp, length, srcmac, dstmac); in token_print() 206 dst.addr = dstmac; in token_print() 230 srcmac, dstmac); in token_print()
|
H A D | print-ipfc.c | 92 nd_mac_addr srcmac, dstmac; in ipfc_print() local 101 extract_ipfc_addrs(ipfcp, (char *)srcmac, (char *)dstmac); in ipfc_print() 104 ipfc_hdr_print(ndo, ipfcp, length, srcmac, dstmac); in ipfc_print() 108 dst.addr = dstmac; in ipfc_print()
|
H A D | print-fddi.c | 278 nd_mac_addr srcmac, dstmac; in fddi_print() local 293 extract_fddi_addrs(fddip, (char *)srcmac, (char *)dstmac); in fddi_print() 296 fddi_hdr_print(ndo, fddip, length, srcmac, dstmac); in fddi_print() 300 dst.addr = dstmac; in fddi_print() 328 dstmac); in fddi_print()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.h | 283 struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
|
H A D | wlan_snmp.c | 4224 wlan_mesh_find_route(struct wlan_iface *wif, uint8_t *dstmac) in wlan_mesh_find_route() argument 4232 if (memcmp(wmr->imroute.imr_dest, dstmac, in wlan_mesh_find_route() 4240 wlan_mesh_new_route(const uint8_t *dstmac) in wlan_mesh_new_route() argument 4248 memcpy(wmr->imroute.imr_dest, dstmac, IEEE80211_ADDR_LEN); in wlan_mesh_new_route() 4331 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_route() local 4333 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0) in wlan_mesh_get_route() 4339 return (wlan_mesh_find_route(*wif, dstmac)); in wlan_mesh_get_route() 4347 char dstmac[IEEE80211_ADDR_LEN]; in wlan_mesh_get_next_route() local 4360 if (wlan_mac_index_decode(oid, sub, wname, dstmac) < 0 || in wlan_mesh_get_next_route() 4362 (wmr = wlan_mesh_find_route(*wif, dstmac)) == NULL) in wlan_mesh_get_next_route()
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 1963 unsigned char* dstmac) { in send_arp() argument 1987 do_arp(ptr, op, srcmac, srcip, dstmac, dstip); in send_arp()
|