Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dping.c103 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
H A Dnet.c1177 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet()
1237 xsum += (ntohl(ip->ip_dst.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet()
1238 xsum += (ntohl(ip->ip_dst.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet()
1456 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h371 struct in_addr ip_dst; /* Destination IP address */ member
395 struct in_addr ip_dst; /* Destination IP address */ member
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox.c137 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sb_eth_send()