Searched refs:ethernet_hdr (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/net/ |
D | sandbox.c | 72 struct ethernet_hdr *eth = packet; in sb_eth_send() 84 struct ethernet_hdr *eth_recv; in sb_eth_send() 119 struct ethernet_hdr *eth_recv; in sb_eth_send()
|
D | sandbox-raw.c | 48 struct ethernet_hdr *eth = packet; in sb_eth_raw_send() 109 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv()
|
D | xilinx_emaclite.c | 460 struct ethernet_hdr *eth; in emaclite_recv() 507 eth = (struct ethernet_hdr *)etherrxbuff; in emaclite_recv()
|
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 236 struct ethernet_hdr *eth_hdr; in efi_net_receive() 237 size_t hdr_size = sizeof(struct ethernet_hdr); in efi_net_receive() 248 if (net_rx_packet_len < sizeof(struct ethernet_hdr)) { in efi_net_receive() 253 eth_hdr = (struct ethernet_hdr *)net_rx_packet; in efi_net_receive()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 60 struct ethernet_hdr eth_hdr; 117 sizeof(struct ethernet_hdr)); in send_dhcp_discover() 131 sizeof(struct ethernet_hdr) - in send_dhcp_discover()
|
/external/u-boot/net/ |
D | arp.c | 124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive() 220 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
|
D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
D | net.c | 1026 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp() 1054 struct ethernet_hdr *et; in net_process_received_packet() 1068 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet() 1412 struct ethernet_hdr *et = (struct ethernet_hdr *)xet; in net_set_ether() 1435 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
|
D | arp.h | 29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
D | cdp.c | 111 struct ethernet_hdr *et; in cdp_send_trigger() 120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
|
D | ping.c | 82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
D | bootp.c | 160 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
|
/external/u-boot/include/ |
D | net.h | 304 struct ethernet_hdr { struct 311 #define ETHER_HDR_SIZE (sizeof(struct ethernet_hdr)) argument 596 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
|