HomeSort by relevance Sort by last modified time
    Searched refs:icmp_filter (Results 51 - 52 of 52) sorted by null

1 23

  /external/iputils/
ping.c 69 #ifndef ICMP_FILTER
70 #define ICMP_FILTER 1
71 struct icmp_filter { struct
468 struct icmp_filter filt;
475 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
476 perror("WARNING: setsockopt(ICMP_FILTER)");
679 struct icmp_filter filt;
685 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
686 perror("\rWARNING: setsockopt(ICMP_FILTER)");
    [all...]
  /external/strace/
net.c 903 #if defined(ICMP_FILTER)
904 { ICMP_FILTER, "ICMP_FILTER" },
    [all...]

Completed in 41 milliseconds

1 23