Home
last modified time | relevance | path

Searched refs:ether_header (Results 1 – 12 of 12) 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/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/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/wpa_supplicant_8/hostapd/
Dctrl_iface.c1823 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
1829 const struct ether_header *eth; in hostapd_data_test_rx()
1837 eth = (const struct ether_header *) buf; in hostapd_data_test_rx()
1902 struct ether_header *eth; in hostapd_ctrl_iface_data_test_tx()
1929 eth = (struct ether_header *) &buf[2]; in hostapd_ctrl_iface_data_test_tx()
1963 struct ether_header *eth; in hostapd_ctrl_iface_data_test_frame()
1991 eth = (struct ether_header *) buf; in hostapd_ctrl_iface_data_test_frame()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c8853 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
8859 const struct ether_header *eth; in wpas_data_test_rx()
8872 eth = (const struct ether_header *) buf; in wpas_data_test_rx()
8944 struct ether_header *eth; in wpas_ctrl_iface_data_test_tx()
8980 eth = (struct ether_header *) &buf[2]; in wpas_ctrl_iface_data_test_tx()
9000 sizeof(struct ether_header) + send_len) < 0) in wpas_ctrl_iface_data_test_tx()
9014 struct ether_header *eth; in wpas_ctrl_iface_data_test_frame()
9032 eth = (struct ether_header *) buf; in wpas_ctrl_iface_data_test_frame()