Home
last modified time | relevance | path

Searched refs:net_set_ether (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/net/
H A Drarp.c78 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_RARP); in rarp_request()
H A Dping.c48 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
H A Darp.c62 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()
H A Dbootp.c752 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request()
982 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
H A Dnet.c854 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP); in net_send_ip_packet()
1455 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot) in net_set_ether() function
/openbmc/u-boot/include/
H A Dnet.h584 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot);
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c532 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_NCSI); in ncsi_send_command()