Searched defs:et (Results 1 – 11 of 11) sorted by relevance
| /u-boot/net/ |
| A D | ping.c | 79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
| A D | ping6.c | 95 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
|
| A D | arp.c | 113 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
|
| A D | net.c | 1165 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp() 1193 struct ethernet_hdr *et; in net_process_received_packet() local 1593 struct ethernet_hdr *et = (struct ethernet_hdr *)xet; in net_set_ether() local 1616 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
|
| A D | cdp.c | 108 struct ethernet_hdr *et; in cdp_send_trigger() local
|
| A D | ndisc.c | 431 int ndisc_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ndisc_receive()
|
| A D | net6.c | 380 int net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in net_ip6_handler()
|
| /u-boot/include/ |
| A D | ndisc.h | 108 ndisc_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ndisc_receive()
|
| A D | net6.h | 436 net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, in net_ip6_handler() 466 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
|
| /u-boot/drivers/net/phy/ |
| A D | ncsi.c | 633 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive()
|
| /u-boot/drivers/mmc/ |
| A D | mmc.c | 1511 unsigned int au, eo, et, es; in sd_read_ssr() local
|
Completed in 23 milliseconds