Searched refs:net_ethaddr (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/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 | 89 memcpy(&rarp->ar_data[0], net_ethaddr, 6); /* source ET addr */ in rarp_request() 92 memcpy(&rarp->ar_data[10], net_ethaddr, 6); in rarp_request()
|
| H A D | bootp.c | 136 else if (memcmp(bp->bp_chaddr, net_ethaddr, HWL_ETHER) != 0) in check_reply_packet() 770 memcpy(bp->bp_chaddr, net_ethaddr, 6); in bootp_request() 785 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request() 786 | ((u32)net_ethaddr[3] << 16) in bootp_request() 787 | ((u32)net_ethaddr[4] << 8) in bootp_request() 788 | (u32)net_ethaddr[5]; in bootp_request() 989 memcpy(bp->bp_chaddr, net_ethaddr, 6); in dhcp_send_request_packet()
|
| H A D | arp.c | 74 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 | 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 | 136 u8 net_ethaddr[6]; variable 349 memcpy(net_ethaddr, eth_get_ethaddr(), 6); in net_init_loop() 1350 if (memcmp(net_ethaddr, "\0\0\0\0\0\0", 6) == 0) { in net_check_prereq() 1400 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether() 1420 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 521 extern u8 net_ethaddr[ARP_HLEN]; /* Our ethernet address */
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |