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

  /external/ping/
ping.c 596 int error_pkt; local
607 error_pkt = (e->ee_type != ICMP_REDIRECT &&
609 if (error_pkt) {
632 if (error_pkt)
793 int error_pkt; local
801 error_pkt = (icp->type != ICMP_REDIRECT &&
803 if (error_pkt) {
819 nerrors+=error_pkt;
821 return !error_pkt;
823 if (error_pkt)
    [all...]

Completed in 3181 milliseconds