Home
last modified time | relevance | path

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

/u-boot/test/cmd/
A Dwget.c79 tcp->ip_dst, in sb_syn_handler()
84 tcp->ip_dst, in sb_syn_handler()
143 tcp->ip_dst, in sb_ack_handler()
148 tcp->ip_dst, in sb_ack_handler()
/u-boot/net/
A Dping.c104 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
A Dtcp.c649 &b->ip.hdr.ip_src, &b->ip.hdr.ip_dst, pkt_len); in rxhand_tcp_f()
652 b->ip.hdr.ip_dst = net_ip; in rxhand_tcp_f()
665 b->ip.hdr.ip_dst, tcp_len, in rxhand_tcp_f()
A Dnet.c1343 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet()
1411 xsum += (ntohl(ip->ip_dst.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet()
1412 xsum += (ntohl(ip->ip_dst.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet()
1659 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
/u-boot/include/net/
A Dtcp.h42 struct in_addr ip_dst; member
/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/test/log/
A Dsyslog_test.c44 ut_asserteq(ip_udp_hdr->ip_dst.s_addr, 0xffffffff); in sb_log_tx_handler()
/u-boot/include/
A Dnet.h328 struct in_addr ip_dst; /* Destination IP address */ member
354 struct in_addr ip_dst; /* Destination IP address */ member
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c123 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
/u-boot/test/dm/
A Deth.c559 ut_assert(net_read_ip(&ip->ip_dst).s_addr == in sb_check_ping_reply()

Completed in 21 milliseconds