HomeSort by relevance Sort by last modified time
    Searched refs:icmp_dst (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
ip_icmp.c 357 struct in_addr icmp_dst; local
358 icmp_dst = ip->ip_dst;
360 ip->ip_src = icmp_dst;
  /external/qemu/slirp-android/
ip_icmp.c 359 ipaddr_t icmp_dst; local
360 icmp_dst = ip->ip_dst;
362 ip->ip_src = icmp_dst;

Completed in 332 milliseconds