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

  /external/qemu/slirp/
ip_icmp.c 45 static const int icmp_flush[19] = { variable
238 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error;
  /external/qemu/slirp-android/
ip_icmp.c 46 static const int icmp_flush[19] = { variable
240 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error;

Completed in 152 milliseconds