Searched refs:ethernet_hdr (Results 1 – 17 of 17) sorted by relevance
/u-boot/include/net/ |
A D | ncsi.h | 12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
|
/u-boot/net/ |
A D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
A D | arp.h | 30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
A D | arp.c | 127 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 D | ping.c | 79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
A D | cdp.c | 111 struct ethernet_hdr *et; in cdp_send_trigger() 120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
|
A D | net.c | 1048 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 D | bootp.c | 163 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_bootp_params()
|
/u-boot/drivers/net/ |
A D | sandbox.c | 63 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 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()
|
A D | xilinx_emaclite.c | 463 struct ethernet_hdr *eth; in emaclite_recv() 510 eth = (struct ethernet_hdr *)etherrxbuff; in emaclite_recv()
|
/u-boot/test/dm/ |
A D | eth.c | 269 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 D | syslog_test.c | 33 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 D | efi_selftest_snp.c | 61 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 D | efi_net.c | 527 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 D | net.h | 321 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 D | ncsi.c | 632 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive()
|
Completed in 23 milliseconds