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

  /external/iputils/
ping.c 659 int error_pkt; local
670 error_pkt = (e->ee_type != ICMP_REDIRECT &&
672 if (error_pkt) {
695 if (error_pkt)
858 int error_pkt; local
866 error_pkt = (icp->type != ICMP_REDIRECT &&
868 if (error_pkt) {
884 nerrors+=error_pkt;
886 return !error_pkt;
888 if (error_pkt)
    [all...]

Completed in 116 milliseconds