Home
last modified time | relevance | path

Searched refs:net_ethaddr (Results 1 – 13 of 13) sorted by relevance

/u-boot/net/
A Dlink_local.c154 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout()
166 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout()
177 arp_raw_request(ip, net_ethaddr, ip); in link_local_timeout()
273 memcmp(&arp->ar_sha, net_ethaddr, ARP_HLEN) != 0) in link_local_receive_arp()
286 memcmp(&arp->ar_sha, net_ethaddr, ARP_HLEN) != 0) { in link_local_receive_arp()
320 arp_raw_request(ip, net_ethaddr, ip); in link_local_receive_arp()
A Drarp.c84 memcpy(&rarp->ar_data[0], net_ethaddr, 6); /* source ET addr */ in rarp_request()
87 memcpy(&rarp->ar_data[10], net_ethaddr, 6); in rarp_request()
A Dbootp.c136 else if (memcmp(bp->bp_chaddr, net_ethaddr, HWL_ETHER) != 0) in check_reply_packet()
791 memcpy(bp->bp_chaddr, net_ethaddr, 6); in bootp_request()
806 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request()
807 | ((u32)net_ethaddr[3] << 16) in bootp_request()
808 | ((u32)net_ethaddr[4] << 8) in bootp_request()
809 | (u32)net_ethaddr[5]; in bootp_request()
1013 memcpy(bp->bp_chaddr, net_ethaddr, 6); in dhcp_send_request_packet()
A Darp.c63 memcpy(&arp->ar_sha, net_ethaddr, ARP_HLEN); /* source ET addr */ in arp_raw_request()
159 memcpy(&arp->ar_sha, net_ethaddr, ARP_HLEN); in arp_receive()
A Dwol.c35 net_ethaddr, ARP_HLEN) != 0) in wol_check_magic()
A Dndisc.c134 ndisc_insert_option(msg->opt, ND_OPT_SOURCE_LL_ADDR, net_ethaddr, in ip6_send_ns()
197 ndisc_insert_option(msg->opt, ND_OPT_SOURCE_LL_ADDR, net_ethaddr, in ip6_send_rs()
248 ndisc_insert_option(msg->opt, ND_OPT_TARGET_LL_ADDR, net_ethaddr, in ip6_send_na()
A Dcdp.c123 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
143 sprintf(buf, CONFIG_CDP_DEVICE_ID_PREFIX "%pm", net_ethaddr); in cdp_send_trigger()
A Dnet.c147 u8 net_ethaddr[6]; variable
357 memcpy(net_ethaddr, eth_get_ethaddr(), 6); in net_init_loop()
360 ip6_make_lladdr(&net_link_local_ip6, net_ethaddr); in net_init_loop()
1551 if (memcmp(net_ethaddr, "\0\0\0\0\0\0", 6) == 0) { in net_check_prereq()
1601 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether()
1621 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
A Ddhcpv6.c80 memcpy(duid_opt->ll_addr, net_ethaddr, ETH_ALEN); in dhcp6_add_option()
/u-boot/test/dm/
A Deth.c463 ut_asserteq_mem(eth->et_src, net_ethaddr, ARP_HLEN); in sb_check_arp_reply()
471 ut_asserteq_mem(&arp->ar_sha, net_ethaddr, ARP_HLEN); in sb_check_arp_reply()
554 ut_asserteq_mem(eth->et_src, net_ethaddr, ARP_HLEN); in sb_check_ping_reply()
/u-boot/include/
A Dnet6.h30 #define INETHADDRSZ sizeof(net_ethaddr)
A Dnet.h490 extern u8 net_ethaddr[ARP_HLEN]; /* Our ethernet address */
/u-boot/drivers/net/
A Dsandbox.c227 memcpy(eth_recv->et_dest, net_ethaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()

Completed in 30 milliseconds