Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 – 7 of 7) sorted by relevance

/u-boot/net/
A Dping.c104 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
A Dnet.c1217 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet()
1277 xsum += (ntohl(ip->ip_dst.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet()
1278 xsum += (ntohl(ip->ip_dst.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet()
1496 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
/u-boot/test/log/
A Dsyslog_test.c44 ut_asserteq(ip_udp_hdr->ip_dst.s_addr, 0xffffffff); in sb_log_tx_handler()
/u-boot/drivers/net/
A Dsandbox.c151 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sandbox_eth_ping_req_to_reply()
238 net_write_ip(&ipr->ip_dst, net_ip); in sandbox_eth_recv_ping_req()
/u-boot/include/
A Dnet.h387 struct in_addr ip_dst; /* Destination IP address */ member
411 struct in_addr ip_dst; /* Destination IP address */ member
/u-boot/test/dm/
A Deth.c382 ut_assert(net_read_ip(&ip->ip_dst).s_addr == in sb_check_ping_reply()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c123 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()

Completed in 11 milliseconds