Home
last modified time | relevance | path

Searched refs:ip_src (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/net/
Dping.c86 src_ip = net_read_ip((void *)&ip->ip_src); in ping_receive()
99 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
100 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
Dnet.c1230 src_ip = net_read_ip(&ip->ip_src); in net_process_received_packet()
1282 xsum += (ntohl(ip->ip_src.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet()
1283 xsum += (ntohl(ip->ip_src.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet()
1502 net_copy_ip((void *)&ip->ip_src, &source); in net_set_ip_header()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dsandbox.c149 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sandbox_eth_ping_req_to_reply()
150 net_write_ip((void *)&ipr->ip_src, priv->fake_host_ipaddr); in sandbox_eth_ping_req_to_reply()
235 net_write_ip(&ipr->ip_src, priv->fake_host_ipaddr); in sandbox_eth_recv_ping_req()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h58 struct in_addr ip_src, ip_dst; member
/third_party/musl/include/netinet/
Dip.h58 struct in_addr ip_src, ip_dst; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h58 struct in_addr ip_src, ip_dst; member
/third_party/uboot/u-boot-2020.01/include/
Dnet.h364 struct in_addr ip_src; /* Source IP address */ member
390 struct in_addr ip_src; /* Source IP address */ member
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_snp.c399 addr = (u8 *)&buffer.p.ip_udp.ip_src; in execute()
/third_party/uboot/u-boot-2020.01/test/dm/
Deth.c379 ut_assert(net_read_ip(&ip->ip_src).s_addr == net_ip.s_addr); in sb_check_ping_reply()