Searched refs:net_copy_ip (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | bootp.c | 152 net_copy_ip(&tmp_ip, &bp->bp_siaddr); in store_net_params() 154 net_copy_ip(&net_server_ip, &bp->bp_siaddr); in store_net_params() 175 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params() 203 net_copy_ip(&net_netmask, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 210 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 218 net_copy_ip(&net_dns_server, in bootp_process_vendor_field() 222 net_copy_ip(&net_dns_server2, in bootp_process_vendor_field() 284 net_copy_ip(&net_ntp_server, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 828 net_copy_ip(&net_netmask, (popt + 2)); in dhcp_process_options() 838 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options() [all …]
|
| H A D | rarp.c | 45 net_copy_ip(&net_ip, &arp->ar_data[16]); in rarp_receive() 47 net_copy_ip(&net_server_ip, &arp->ar_data[6]); in rarp_receive()
|
| H A D | ping.c | 103 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive() 104 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
|
| H A D | arp.c | 168 net_copy_ip(&arp->ar_tpa, &arp->ar_spa); in arp_receive() 170 net_copy_ip(&arp->ar_spa, &net_ip); in arp_receive()
|
| H A D | link_local.c | 180 net_copy_ip(&net_ip, &ip); in link_local_timeout()
|
| H A D | net.c | 1454 net_copy_ip((void *)&ip->ip_src, &source); in net_set_ip_header() 1456 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 108 net_copy_ip(&arp_recv->ar_tpa, &arp->ar_spa); in sb_eth_send() 137 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sb_eth_send()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 747 static inline void net_copy_ip(void *to, void *from) in net_copy_ip() function
|