OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hook_entry
(Results
1 - 25
of
47
) sorted by null
1
2
/external/iptables/libiptc/
libip4tc.c
334
assert(h->info.
hook_entry
[NF_IP_LOCAL_IN] == 0);
338
assert(h->info.
hook_entry
[NF_IP_FORWARD] == n);
342
assert(h->info.
hook_entry
[NF_IP_LOCAL_OUT] == n);
344
user_offset = h->info.
hook_entry
[NF_IP_LOCAL_OUT];
356
assert(h->info.
hook_entry
[NF_IP_PRE_ROUTING] == 0);
361
assert(h->info.
hook_entry
[NF_IP_POST_ROUTING] == n);
365
assert(h->info.
hook_entry
[NF_IP_LOCAL_OUT] == n);
366
user_offset = h->info.
hook_entry
[NF_IP_LOCAL_OUT];
371
assert(h->info.
hook_entry
[NF_IP_LOCAL_IN] == n);
372
user_offset = h->info.
hook_entry
[NF_IP_LOCAL_IN]
[
all
...]
libip6tc.c
279
assert(h->info.
hook_entry
[NF_IP6_LOCAL_IN] == 0);
283
assert(h->info.
hook_entry
[NF_IP6_FORWARD] == n);
287
assert(h->info.
hook_entry
[NF_IP6_LOCAL_OUT] == n);
289
user_offset = h->info.
hook_entry
[NF_IP6_LOCAL_OUT];
301
assert(h->info.
hook_entry
[NF_IP6_PRE_ROUTING] == 0);
306
assert(h->info.
hook_entry
[NF_IP6_POST_ROUTING] == n);
310
assert(h->info.
hook_entry
[NF_IP6_LOCAL_OUT] == n);
311
user_offset = h->info.
hook_entry
[NF_IP6_LOCAL_OUT];
316
assert(h->info.
hook_entry
[NF_IP6_LOCAL_IN] == n);
317
user_offset = h->info.
hook_entry
[NF_IP6_LOCAL_IN]
[
all
...]
/bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/development/ndk/platforms/android-3/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h
111
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_getinfo
131
unsigned int
hook_entry
[NF_ARP_NUMHOOKS];
member in struct:arpt_replace
/bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h
123
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_getinfo
143
unsigned int
hook_entry
[NF_IP_NUMHOOKS];
member in struct:ipt_replace
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h
129
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_getinfo
149
unsigned int
hook_entry
[NF_IP6_NUMHOOKS];
member in struct:ip6t_replace
Completed in 797 milliseconds
1
2