Searched refs:net_ethaddr (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/net/ |
| H A D | link_local.c | 151 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout() 163 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout() 174 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout() 270 memcmp(&arp->ar_sha, net_ethaddr, ARP_HLEN) != 0) in link_local_receive_arp() 283 memcmp(&arp->ar_sha, net_ethaddr, ARP_HLEN) != 0) { in link_local_receive_arp() 317 arp_raw_request(ip, net_ethaddr, ip); in link_local_receive_arp()
|
| H A D | rarp.c | 88 memcpy(&rarp->ar_data[0], net_ethaddr, 6); /* source ET addr */ in rarp_request() 91 memcpy(&rarp->ar_data[10], net_ethaddr, 6); in rarp_request()
|
| H A D | bootp.c | 135 else if (memcmp(bp->bp_chaddr, net_ethaddr, HWL_ETHER) != 0) in check_reply_packet() 782 memcpy(bp->bp_chaddr, net_ethaddr, 6); in bootp_request() 797 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request() 798 | ((u32)net_ethaddr[3] << 16) in bootp_request() 799 | ((u32)net_ethaddr[4] << 8) in bootp_request() 800 | (u32)net_ethaddr[5]; in bootp_request() 1004 memcpy(bp->bp_chaddr, net_ethaddr, 6); in dhcp_send_request_packet()
|
| H A D | arp.c | 73 memcpy(&arp->ar_sha, net_ethaddr, ARP_HLEN); /* source ET addr */ in arp_raw_request() 169 memcpy(&arp->ar_sha, net_ethaddr, ARP_HLEN); in arp_receive()
|
| H A D | wol.c | 35 net_ethaddr, ARP_HLEN) != 0) in wol_check_magic()
|
| H A D | cdp.c | 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger() 146 sprintf(buf, CONFIG_CDP_DEVICE_ID_PREFIX "%pm", net_ethaddr); in cdp_send_trigger()
|
| H A D | net.c | 138 u8 net_ethaddr[6]; variable 353 memcpy(net_ethaddr, eth_get_ethaddr(), 6); in net_init_loop() 1415 if (memcmp(net_ethaddr, "\0\0\0\0\0\0", 6) == 0) { in net_check_prereq() 1465 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether() 1485 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
|
| /openbmc/u-boot/test/dm/ |
| H A D | eth.c | 283 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_arp_reply() 291 ut_assert(memcmp(&arp->ar_sha, net_ethaddr, ARP_HLEN) == 0); in sb_check_arp_reply() 374 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | sandbox.c | 225 memcpy(eth_recv->et_dest, net_ethaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
|
| /openbmc/u-boot/include/ |
| H A D | net.h | 512 extern u8 net_ethaddr[ARP_HLEN]; /* Our ethernet address */
|