Searched refs:net_set_ether (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | rarp.c | 79 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_RARP); in rarp_request()
|
| H A D | ping.c | 53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
|
| H A D | net.su | |
| H A D | arp.c | 63 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()
|
| H A D | bootp.c | 740 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request() 967 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
|
| H A D | net.c | 809 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP); in net_send_udp_packet() 1390 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot) in net_set_ether() function
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-net.c | 137 net_set_ether(net_tx_packet, net_bcast_ethaddr, LOOPBACK_TEST_DATA_SIZE); in eth_run_loopback_test()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 599 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |