Searched refs:ip_dst (Results 1 – 10 of 10) sorted by relevance
| /u-boot/test/cmd/ |
| A D | wget.c | 79 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 D | ping.c | 104 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
|
| A D | tcp.c | 649 &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 D | net.c | 1343 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 D | tcp.h | 42 struct in_addr ip_dst; member
|
| /u-boot/drivers/net/ |
| A D | sandbox.c | 151 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 D | syslog_test.c | 44 ut_asserteq(ip_udp_hdr->ip_dst.s_addr, 0xffffffff); in sb_log_tx_handler()
|
| /u-boot/include/ |
| A D | net.h | 328 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 D | efi_selftest_snp.c | 123 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
|
| /u-boot/test/dm/ |
| A D | eth.c | 559 ut_assert(net_read_ip(&ip->ip_dst).s_addr == in sb_check_ping_reply()
|
Completed in 21 milliseconds