Searched refs:ethernet_hdr (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 73 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 D | sandbox-raw.c | 49 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 D | xilinx_emaclite.c | 461 struct ethernet_hdr *eth; in emaclite_recv() 508 eth = (struct ethernet_hdr *)etherrxbuff; in emaclite_recv()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | arp.c | 124 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 D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| H A D | net.c | 1011 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 D | arp.h | 29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| H A D | cdp.c | 111 struct ethernet_hdr *et; in cdp_send_trigger() 120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
|
| H A D | ping.c | 82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
| H A D | bootp.c | 156 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 307 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);
|