Home
last modified time | relevance | path

Searched refs:ethernet_hdr (Results 1 – 17 of 17) sorted by relevance

/u-boot/include/net/
A Dncsi.h12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
/u-boot/net/
A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
A Darp.h30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
A Darp.c127 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
225 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
A Dping.c79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
A Dcdp.c111 struct ethernet_hdr *et; in cdp_send_trigger()
120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
A Dnet.c1048 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp()
1076 struct ethernet_hdr *et; in net_process_received_packet()
1093 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet()
1430 struct ethernet_hdr *et = (struct ethernet_hdr *)xet; in net_set_ether()
1453 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
A Dbootp.c163 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_bootp_params()
/u-boot/drivers/net/
A Dsandbox.c63 struct ethernet_hdr *eth = packet; in sandbox_eth_arp_req_to_reply()
65 struct ethernet_hdr *eth_recv; in sandbox_eth_arp_req_to_reply()
118 struct ethernet_hdr *eth = packet; in sandbox_eth_ping_req_to_reply()
121 struct ethernet_hdr *eth_recv; in sandbox_eth_ping_req_to_reply()
175 struct ethernet_hdr *eth_recv; in sandbox_eth_recv_arp_req()
216 struct ethernet_hdr *eth_recv; in sandbox_eth_recv_ping_req()
A Dsandbox-raw.c48 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()
A Dxilinx_emaclite.c463 struct ethernet_hdr *eth; in emaclite_recv()
510 eth = (struct ethernet_hdr *)etherrxbuff; in emaclite_recv()
/u-boot/test/dm/
A Deth.c269 struct ethernet_hdr *eth = packet; in sb_check_arp_reply()
307 struct ethernet_hdr *eth = packet; in sb_with_async_arp_handler()
354 struct ethernet_hdr *eth = packet; in sb_check_ping_reply()
392 struct ethernet_hdr *eth = packet; in sb_with_async_ping_handler()
/u-boot/test/log/
A Dsyslog_test.c33 struct ethernet_hdr *eth_hdr = packet; in sb_log_tx_handler()
41 buf += sizeof(struct ethernet_hdr); in sb_log_tx_handler()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c61 struct ethernet_hdr eth_hdr;
118 sizeof(struct ethernet_hdr)); in send_dhcp_discover()
132 sizeof(struct ethernet_hdr) - in send_dhcp_discover()
/u-boot/lib/efi_loader/
A Defi_net.c527 struct ethernet_hdr *header = buffer; in efi_net_transmit()
585 struct ethernet_hdr *eth_hdr; in efi_net_receive()
586 size_t hdr_size = sizeof(struct ethernet_hdr); in efi_net_receive()
617 eth_hdr = (struct ethernet_hdr *)receive_buffer[rx_packet_idx]; in efi_net_receive()
682 if (len < sizeof(struct ethernet_hdr)) in efi_net_push()
/u-boot/include/
A Dnet.h321 struct ethernet_hdr { struct
328 #define ETHER_HDR_SIZE (sizeof(struct ethernet_hdr)) argument
616 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
/u-boot/drivers/net/phy/
A Dncsi.c632 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive()

Completed in 23 milliseconds