HomeSort by relevance Sort by last modified time
    Searched defs:icmp_filter (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
icmp.h 89 #define ICMP_FILTER 1
90 struct icmp_filter { struct
  /development/ndk/platforms/android-3/include/linux/
icmp.h 75 #define ICMP_FILTER 1
77 struct icmp_filter { struct
  /development/ndk/platforms/android-L/include/linux/
icmp.h 89 #define ICMP_FILTER 1
90 struct icmp_filter { struct
  /external/kernel-headers/original/uapi/linux/
icmp.h 90 #define ICMP_FILTER 1
92 struct icmp_filter { struct
  /external/iputils/
ping.c 69 #ifndef ICMP_FILTER
70 #define ICMP_FILTER 1
71 struct icmp_filter { struct
471 struct icmp_filter filt;
478 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
479 perror("WARNING: setsockopt(ICMP_FILTER)");
682 struct icmp_filter filt;
688 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
689 perror("\rWARNING: setsockopt(ICMP_FILTER)");
    [all...]

Completed in 716 milliseconds