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

  /bionic/libc/kernel/uapi/linux/
icmpv6.h 110 struct icmp6_filter { struct
  /external/iproute2/include/uapi/linux/
icmpv6.h 150 struct icmp6_filter { struct
  /external/kernel-headers/original/uapi/linux/
icmpv6.h 150 struct icmp6_filter { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
icmpv6.h 147 struct icmp6_filter { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 27 #define ICMP6_FILTER 1
34 struct icmp6_filter struct
101 memset (filterp, 0, sizeof (struct icmp6_filter));
104 memset (filterp, 0xFF, sizeof (struct icmp6_filter));
  /bionic/libc/include/netinet/
icmp6.h 473 struct icmp6_filter { struct
480 * filters, and assign a different value to the ICMP6_FILTER sockopt.
482 #define ICMP6_FILTER 1
485 (void)memset(filterp, 0x00, sizeof(struct icmp6_filter))
487 (void)memset(filterp, 0xff, sizeof(struct icmp6_filter))

Completed in 92 milliseconds