Searched refs:ether_header (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/gpxe/src/util/ |
D | hijack.c | 190 struct ether_header *ether_header = ( struct ether_header * ) buf; in hijack_filter_ethernet() local 191 unsigned char *hwaddr = ether_header->ether_shost; in hijack_filter_ethernet() 193 if ( len < sizeof ( *ether_header ) ) in hijack_filter_ethernet()
|
/external/tcpdump/ |
D | print-ether.c | 93 register const struct ether_header *ep; in ether_hdr_print() 96 ep = (const struct ether_header *)bp; in ether_hdr_print() 131 struct ether_header *ep; in ether_print() 150 ep = (struct ether_header *)p; in ether_print()
|
D | print-rrcp.c | 80 register const struct ether_header *ep; in rrcp_print() 84 ep = (const struct ether_header *)cp; in rrcp_print()
|
D | ether.h | 46 struct ether_header { struct
|
D | print-ipfc.c | 84 struct ether_header ehdr; in ipfc_print()
|
D | print-fddi.c | 285 struct ether_header ehdr; in fddi_print()
|
D | print-token.c | 153 struct ether_header ehdr; in token_print()
|
/external/libpcap/ |
D | pcap-snoop.c | 256 p->offset = RAW_HDRPAD(sizeof(struct ether_header)); in pcap_activate_snoop() 257 ll_hdrlen = sizeof(struct ether_header); in pcap_activate_snoop()
|
D | pcap-dos.c | 845 struct ether_header *ep = (struct ether_header*) buf; in watt32_recv_hook()
|
/external/dnsmasq/src/ |
D | bpf.c | 163 struct ether_header ether; in send_via_bpf()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1689 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header)) 1695 const struct ether_header *eth; in hostapd_data_test_rx() 1703 eth = (const struct ether_header *) buf; in hostapd_data_test_rx() 1768 struct ether_header *eth; in hostapd_ctrl_iface_data_test_tx() 1795 eth = (struct ether_header *) &buf[2]; in hostapd_ctrl_iface_data_test_tx() 1829 struct ether_header *eth; in hostapd_ctrl_iface_data_test_frame() 1857 eth = (struct ether_header *) buf; in hostapd_ctrl_iface_data_test_frame()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 35 %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/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 35 %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/wpa_supplicant/ |
D | ctrl_iface.c | 8423 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header)) 8429 const struct ether_header *eth; in wpas_data_test_rx() 8437 eth = (const struct ether_header *) buf; in wpas_data_test_rx() 8501 struct ether_header *eth; in wpas_ctrl_iface_data_test_tx() 8528 eth = (struct ether_header *) &buf[2]; in wpas_ctrl_iface_data_test_tx() 8562 struct ether_header *eth; in wpas_ctrl_iface_data_test_frame() 8580 eth = (struct ether_header *) buf; in wpas_ctrl_iface_data_test_frame()
|
/external/dhcpcd-6.8.2/ |
D | if-bsd.c | 382 struct ether_header hw; in if_sendrawpacket()
|