Searched refs:ether_shost (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/ndk_musl_include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/musl/include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | ethernet.h | 18 uint8_t ether_shost[ETH_ALEN]; member
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdcereg.h | 121 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN]; member
|
D | if_urndisreg.h | 40 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN]; member
|
/third_party/iptables/iptables/ |
D | nft-bridge.c | 272 case offsetof(struct ether_header, ether_shost): in lookup_check_ether_payload()
|
D | nft.c | 1121 offsetof(struct ether_header, ether_shost), in __add_nft_among()
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 537 MEMCPY(&sc->sc_dest, eh->ether_shost, sizeof sc->sc_dest); in pppoe_disc_input()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_ctrl_iface.c | 1866 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in hostapd_data_test_rx() 1954 os_memcpy(eth->ether_shost, src, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_ctrl_iface.c | 2061 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in hostapd_data_test_rx() 2149 os_memcpy(eth->ether_shost, src, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 3227 os_memcpy(eth->ether_shost, wpa_s->own_addr, ETH_ALEN); in wpa_supplicant_ctrl_iface_mesh_link_probe() 9006 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in wpas_data_test_rx() 9093 os_memcpy(eth->ether_shost, src, ETH_ALEN); in wpas_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 3420 os_memcpy(eth->ether_shost, wpa_s->own_addr, ETH_ALEN); in wpa_supplicant_ctrl_iface_mesh_link_probe() 9684 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in wpas_data_test_rx() 9771 os_memcpy(eth->ether_shost, src, ETH_ALEN); in wpas_ctrl_iface_data_test_tx()
|