Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c73 struct ethernet_hdr *eth = packet; in sb_eth_send()
85 struct ethernet_hdr *eth_recv; in sb_eth_send()
120 struct ethernet_hdr *eth_recv; in sb_eth_send()
H A Dsandbox-raw.c49 struct ethernet_hdr *eth = packet; in sb_eth_raw_send()
110 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv()
H A Dxilinx_emaclite.c461 struct ethernet_hdr *eth; in emaclite_recv()
508 eth = (struct ethernet_hdr *)etherrxbuff; in emaclite_recv()
/OK3568_Linux_fs/u-boot/net/
H A Darp.c124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
219 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
H A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Dnet.c1011 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp()
1039 struct ethernet_hdr *et; in net_process_received_packet()
1053 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet()
1392 struct ethernet_hdr *et = (struct ethernet_hdr *)xet; in net_set_ether()
1415 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
H A Darp.h29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Dcdp.c111 struct ethernet_hdr *et; in cdp_send_trigger()
120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
H A Dping.c82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
H A Dbootp.c156 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h307 struct ethernet_hdr { struct
314 #define ETHER_HDR_SIZE (sizeof(struct ethernet_hdr)) argument
600 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);