/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/external/iproute2/tc/ |
m_xt_old.c | 216 __u32 hook = 0, index = 0; local 301 hook = NF_IP_PRE_ROUTING; 303 hook = NF_IP_POST_ROUTING; 309 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 325 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); 371 fprintf(f, "[NULL ipt hook name ]\n "); 374 __u32 hook; local 375 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); 376 fprintf(f, " hook: %s \n", ipthooks[hook]) [all...] |
m_ipt.c | 399 __u32 hook = 0, index = 0; local 486 hook = NF_IP_PRE_ROUTING; 488 hook = NF_IP_POST_ROUTING; 494 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 510 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); 558 fprintf(f, "[NULL ipt hook name ]\n "); 561 __u32 hook; local 562 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); 563 fprintf(f, " hook: %s \n", ipthooks[hook]) [all...] |
/external/iptables/include/libipq/ |
ip_queue_64.h | 16 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_queue.h | 26 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
|
ip_tables.h | 152 /* Which hook entry points are valid: bitmask */ 155 /* Hook entry points: one per netfilter hook. */ 174 /* Which hook entry points are valid: bitmask. You can't 184 /* Hook entry points. */ 312 unsigned int hook,
|
/external/kernel-headers/original/linux/netfilter_arp/ |
arp_tables.h | 142 /* Which hook entry points are valid: bitmask */ 145 /* Hook entry points: one per netfilter hook. */ 164 /* Which hook entry points are valid: bitmask. You can't 174 /* Hook entry points. */ 248 unsigned int hook,
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Runtime.java | 328 for (Thread hook : hooks) { 330 hook.join(); 592 * Registers a virtual-machine shutdown hook. A shutdown hook is a 617 * @param hook 618 * the shutdown hook to register. 620 * if the hook has already been started or if it has already 628 public void addShutdownHook(Thread hook) { 630 if (hook == null) { 631 throw new NullPointerException("Hook may not be null.") [all...] |
/frameworks/base/include/ui/egl/ |
android_natives.h | 70 /* valid operations for the (*perform)() hook */ 122 * hook called by EGL to acquire a buffer. After this call, the buffer 132 * hook called by EGL to lock a buffer. This MUST be called before modifying 141 * hook called by EGL when modifications to the render buffer are done. 152 * hook used to retrieve information about the native window. 160 * hook used to perform various operations on the surface. 164 * This hook should not be called directly, instead use the helper functions
|
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
VM.java | 178 * Registers a new virtual-machine shutdown hook. This is equivalent to the 181 * @param hook the hook (a Thread) to register 183 public static void addShutdownHook(Thread hook) { 188 * De-registers a previously-registered virtual-machine shutdown hook. This 191 * @param hook the hook (a Thread) to de-register 192 * @return true if the hook could be de-registered 194 public static boolean removeShutdownHook(Thread hook) {
|
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 149 /* Which hook entry points are valid: bitmask */ 152 /* Hook entry points: one per netfilter hook. */ 171 /* Which hook entry points are valid: bitmask. You can't 181 /* Hook entry points. */
|
/external/dhcpcd/dhcpcd-hooks/ |
50-ntp.conf | 1 # Sample dhcpcd hook script for ntp 2 # Like our resolv.conf hook script, we store a database of ntp.conf files 7 # or by adding this to /etc/dhcpcd.enter-hook
|
50-dhcpcd-compat | 1 # Compat enter hook shim for older dhcpcd versions
|
50-yp.conf | 1 # Sample dhcpcd hook for ypbind
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6_tables.h | 165 /* Which hook entry points are valid: bitmask */ 168 /* Hook entry points: one per netfilter hook. */ 187 /* Which hook entry points are valid: bitmask. You can't 197 /* Hook entry points. */ 300 unsigned int hook,
|
/external/e2fsprogs/lib/et/ |
com_err.3 | 51 to its default form. Both procedures return the previous ``hook'' 52 value. These ``hook'' procedures must have the declaration given for
|
/external/kernel-headers/original/linux/ |
pci.h | 117 void *sysdata; /* hook for sys-specific extension */ 234 void *sysdata; /* hook for sys-specific extension */ 752 void (*hook)(struct pci_dev *dev); member in struct:pci_fixup 763 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \ 765 __attribute__((__section__(#section))) = { vendor, device, hook }; 766 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ 768 vendor##device##hook, vendor, device, hook) 769 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ 771 vendor##device##hook, vendor, device, hook [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_queue.h | 22 unsigned int hook; member in struct:ipq_packet_msg
|
/cts/tests/appsecurity-tests/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.java | 28 * This is not really a test per-say. Its just used as a hook so the test controller can trigger
|
/external/elfutils/ |
Makefile.am | 27 distcheck-hook:
|
/external/icu4c/i18n/ |
remtrans.cpp | 34 * System registration hook.
|
remtrans.h | 40 * System registration hook.
|
/external/icu4c/samples/ufortune/ |
Makefile | 32 # hook variables to tell rules.mk we want subdirectory processing
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 44 unsigned int hook; member in struct:ulog_packet_msg
|