Searched refs:net_bcast_ethaddr (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 | 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 | 150 const u8 net_bcast_ethaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable 805 ether = (uchar *)net_bcast_ethaddr; in net_send_udp_packet()
|
| /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 | 529 extern const u8 net_bcast_ethaddr[ARP_HLEN]; /* Ethernet broadcast address */
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 700 cpsw_ale_add_mcast(priv, net_bcast_ethaddr, 1 << slave_port); in cpsw_slave_init() 827 cpsw_ale_add_mcast(priv, net_bcast_ethaddr, 1 << priv->host_port); in _cpsw_init()
|
| H A D | mpc8xx_fec.c | 240 memcmp((uchar *)rx, net_bcast_ethaddr, 6) != 0 && in fec_recv()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |