Searched refs:net_copy_ip (Results 1 – 9 of 9) sorted by relevance
| /u-boot/net/ |
| A D | bootp.c | 156 net_copy_ip(&tmp_ip, &bp->bp_siaddr); in store_bootp_params() 158 net_copy_ip(&net_server_ip, &bp->bp_siaddr); in store_bootp_params() 189 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params() 232 net_copy_ip(&net_dns_server, in bootp_process_vendor_field() 236 net_copy_ip(&net_dns_server2, in bootp_process_vendor_field() 849 net_copy_ip(&net_netmask, (popt + 2)); in dhcp_process_options() 859 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options() 862 net_copy_ip(&net_dns_server, (popt + 2)); in dhcp_process_options() 886 net_copy_ip(&net_ntp_server, (popt + 2)); in dhcp_process_options() 898 net_copy_ip(&dhcp_server_ip, (popt + 2)); in dhcp_process_options() [all …]
|
| A D | rarp.c | 40 net_copy_ip(&net_ip, &arp->ar_data[16]); in rarp_receive() 42 net_copy_ip(&net_server_ip, &arp->ar_data[6]); in rarp_receive()
|
| A D | ping.c | 104 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive() 105 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
|
| A D | arp.c | 158 net_copy_ip(&arp->ar_tpa, &arp->ar_spa); in arp_receive() 160 net_copy_ip(&arp->ar_spa, &net_ip); in arp_receive()
|
| A D | link_local.c | 183 net_copy_ip(&net_ip, &ip); in link_local_timeout()
|
| A D | tcp.c | 136 net_copy_ip((void *)&b->ph.p_src, &src); in tcp_set_pseudo_header() 137 net_copy_ip((void *)&b->ph.p_dst, &dest); in tcp_set_pseudo_header()
|
| A D | net.c | 1657 net_copy_ip((void *)&ip->ip_src, &source); in net_set_ip_header() 1659 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
|
| /u-boot/drivers/net/ |
| A D | sandbox.c | 98 net_copy_ip(&arp_recv->ar_tpa, &arp->ar_spa); in sandbox_eth_arp_req_to_reply() 151 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sandbox_eth_ping_req_to_reply()
|
| /u-boot/include/ |
| A D | net.h | 741 static inline void net_copy_ip(void *to, void *from) in net_copy_ip() function
|
Completed in 25 milliseconds