Home
last modified time | relevance | path

Searched refs:ether_header (Results 1 – 13 of 13) sorted by relevance

/external/tcpdump/
Dprint-ether.c95 register const struct ether_header *ep; in ether_hdr_print()
98 ep = (const struct ether_header *)bp; in ether_hdr_print()
137 const struct ether_header *ep; in ether_print()
162 ep = (const struct ether_header *)p; in ether_print()
Dether.h46 struct ether_header { struct
Dprint-ipfc.c95 struct ether_header ehdr; in ipfc_print()
Dprint-fddi.c280 struct ether_header ehdr; in fddi_print()
Dprint-token.c153 struct ether_header ehdr; in token_print()
/external/libpcap/
Dpcap-snoop.c263 p->offset = RAW_HDRPAD(sizeof(struct ether_header)); in pcap_activate_snoop()
264 ll_hdrlen = sizeof(struct ether_header); in pcap_activate_snoop()
Dpcap-dos.c877 struct ether_header *ep = (struct ether_header*) buf; in watt32_recv_hook()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-04-29-LinearScanBug.ll35 %struct.ether_header = type { [6 x i8], [6 x i8], i16 }
70 …f_addr, %struct.pf_rule*, %struct.pf_addr*, %struct.pf_addr*, %struct.ether_header*, %struct.mbuf*…
/external/llvm/test/CodeGen/X86/
D2009-04-29-LinearScanBug.ll35 %struct.ether_header = type { [6 x i8], [6 x i8], i16 }
70 …f_addr, %struct.pf_rule*, %struct.pf_addr*, %struct.pf_addr*, %struct.ether_header*, %struct.mbuf*…
/external/iptables/iptables/
Dnft-bridge.c305 case offsetof(struct ether_header, ether_dhost): in lookup_check_ether_payload()
307 case offsetof(struct ether_header, ether_shost): in lookup_check_ether_payload()
Dnft.c1016 offsetof(struct ether_header, ether_shost), in __add_nft_among()
1017 offsetof(struct ether_header, ether_dhost) in __add_nft_among()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1879 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
1885 const struct ether_header *eth; in hostapd_data_test_rx()
1898 eth = (const struct ether_header *) buf; in hostapd_data_test_rx()
1972 struct ether_header *eth; in hostapd_ctrl_iface_data_test_tx()
2008 eth = (struct ether_header *) &buf[2]; in hostapd_ctrl_iface_data_test_tx()
2028 sizeof(struct ether_header) + send_len) < 0) in hostapd_ctrl_iface_data_test_tx()
2042 struct ether_header *eth; in hostapd_ctrl_iface_data_test_frame()
2070 eth = (struct ether_header *) buf; in hostapd_ctrl_iface_data_test_frame()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c3260 struct ether_header *eth; in wpa_supplicant_ctrl_iface_mesh_link_probe()
3285 eth = (struct ether_header *) buf; in wpa_supplicant_ctrl_iface_mesh_link_probe()
9242 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
9248 const struct ether_header *eth; in wpas_data_test_rx()
9261 eth = (const struct ether_header *) buf; in wpas_data_test_rx()
9332 struct ether_header *eth; in wpas_ctrl_iface_data_test_tx()
9368 eth = (struct ether_header *) &buf[2]; in wpas_ctrl_iface_data_test_tx()
9388 sizeof(struct ether_header) + send_len) < 0) in wpas_ctrl_iface_data_test_tx()
9402 struct ether_header *eth; in wpas_ctrl_iface_data_test_frame()
9420 eth = (struct ether_header *) buf; in wpas_ctrl_iface_data_test_frame()