HomeSort by relevance Sort by last modified time
    Searched refs:NF_IP6_LOCAL_IN (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
netfilter_ipv6.h 43 #define NF_IP6_LOCAL_IN 1
  /external/kernel-headers/original/linux/
netfilter_ipv6.h 48 #define NF_IP6_LOCAL_IN 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter_ipv6.h 48 #define NF_IP6_LOCAL_IN 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter_ipv6.h 48 #define NF_IP6_LOCAL_IN 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter_ipv6.h 48 #define NF_IP6_LOCAL_IN 1
  /external/iptables/libiptc/
libip6tc.c 33 #define HOOK_LOCAL_IN NF_IP6_LOCAL_IN
274 == (1 << NF_IP6_LOCAL_IN
279 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
297 | 1 << NF_IP6_LOCAL_IN
313 if (h->info.valid_hooks & (1 << NF_IP6_LOCAL_IN)) {
316 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
329 | 1 << NF_IP6_LOCAL_IN
339 if (h->info.valid_hooks & (1 << NF_IP6_LOCAL_IN)) {
341 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n)
    [all...]

Completed in 475 milliseconds

12