Searched refs:ip_src (Results 1 – 18 of 18) sorted by relevance
| /openbmc/u-boot/net/ |
| H A D | ping.c | 86 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()
|
| H A D | net.c | 1235 src_ip = net_read_ip(&ip->ip_src); in net_process_received_packet() 1287 xsum += (ntohl(ip->ip_src.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet() 1288 xsum += (ntohl(ip->ip_src.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet() 1521 net_copy_ip((void *)&ip->ip_src, &source); in net_set_ip_header()
|
| /openbmc/qemu/net/ |
| H A D | checksum.c | 147 (uint8_t *)&ip->ip_src, in net_checksum_calculate() 171 (uint8_t *)&ip->ip_src, in net_checksum_calculate()
|
| H A D | trace-events | 19 … const char *stc, const char *std) "ppkt size = %d, ip_src = %s, ip_dst = %s, spkt size = %d, ip_s…
|
| H A D | util.h | 50 struct in_addr ip_src, ip_dst; /* source and dest address */ member
|
| H A D | colo.c | 105 key->dst = pkt->ip->ip_src; in extract_ip_and_port() 109 key->src = pkt->ip->ip_src; in extract_ip_and_port()
|
| H A D | filter-rewriter.c | 80 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_primary_tcp_pkt() 187 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_secondary_tcp_pkt()
|
| H A D | eth.c | 332 ipph.ip_src = iphdr->ip_src; in eth_calc_ip4_pseudo_hdr_csum()
|
| H A D | colo-compare.c | 333 strcpy(pri_ip_src, inet_ntoa(ppkt->ip->ip_src)); in colo_compare_packet_payload() 335 strcpy(sec_ip_src, inet_ntoa(spkt->ip->ip_src)); in colo_compare_packet_payload()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | sandbox.c | 149 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()
|
| /openbmc/qemu/include/net/ |
| H A D | eth.h | 58 uint32_t ip_src, ip_dst; /* source and destination address */ member 91 uint32_t ip_src; member
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | syndbg.c | 96 *src_ip = PKT_GET_IP_HDR(p)->ip_src; in get_udb_pkt_data() 169 PKT_GET_IP_HDR(pkt)->ip_src = syndbg->servaddr.sin_addr.s_addr; in create_udp_pkt()
|
| /openbmc/u-boot/include/ |
| H A D | net.h | 361 struct in_addr ip_src; /* Source IP address */ member 385 struct in_addr ip_src; /* Source IP address */ member
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_snp.c | 360 addr = (u8 *)&buffer.p.ip_udp.ip_src; in execute()
|
| /openbmc/u-boot/test/dm/ |
| H A D | eth.c | 378 ut_assert(net_read_ip(&ip->ip_src).s_addr == net_ip.s_addr); in sb_check_ping_reply()
|
| /openbmc/qemu/hw/net/ |
| H A D | net_rx_pkt.c | 251 &ip4_hdr->ip_src, sizeof(uint32_t)); in _net_rx_rss_prepare_ip4()
|
| H A D | virtio-net.c | 2263 if ((ip1->ip_src ^ ip2->ip_src) || (ip1->ip_dst ^ ip2->ip_dst) in virtio_net_rsc_coalesce4()
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_of_dpa.c | 687 match->value.ipv4.addr.src = fc->fields.ipv4hdr->ip_src; in of_dpa_multicast_routing_build_match()
|