Searched refs:ether_shost (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | ether.h | 48 uint8_t ether_shost[ETHER_ADDR_LEN]; member
|
D | netdissect.h | 270 #define ESRC(ep) ((ep)->ether_shost)
|
/external/iptables/iptables/ |
D | nft-bridge.c | 307 case offsetof(struct ether_header, ether_shost): in lookup_check_ether_payload()
|
D | nft.c | 1016 offsetof(struct ether_header, ether_shost), in __add_nft_among()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1922 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in hostapd_data_test_rx() 2010 os_memcpy(eth->ether_shost, src, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 3287 os_memcpy(eth->ether_shost, wpa_s->own_addr, ETH_ALEN); in wpa_supplicant_ctrl_iface_mesh_link_probe() 9283 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in wpas_data_test_rx() 9370 os_memcpy(eth->ether_shost, src, ETH_ALEN); in wpas_ctrl_iface_data_test_tx()
|