HomeSort by relevance Sort by last modified time
    Searched defs:hook (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /external/chromium/third_party/libevent/
evrpc.c 85 struct evrpc_hook *hook; local
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook));
93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
107 struct evrpc_hook *hook = NULL; local
119 hook = calloc(1, sizeof(struct evrpc_hook));
120 assert(hook != NULL);
122 hook->process = cb;
123 hook->process_arg = cb_arg
132 struct evrpc_hook *hook = NULL; local
171 struct evrpc_hook *hook; local
413 struct evrpc_hook *hook; local
    [all...]
  /external/iproute2/tc/
m_xt_old.c 221 __u32 hook = 0, index = 0; local
306 hook = NF_IP_PRE_ROUTING;
308 hook = NF_IP_POST_ROUTING;
314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
330 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
376 fprintf(f, "[NULL ipt hook name ]\n ");
379 __u32 hook; local
380 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]);
381 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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 20 u_int8_t hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 18 u_int8_t hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
  /external/kernel-headers/original/linux/
netfilter.h 17 /* Responses from hook functions. */
38 /* Generic cache responses from hook functions.
85 /* Largest hook number + 1 */
100 nf_hookfn *hook; member in struct:nf_hook_ops
132 /* Function to register/unregister hook points. */
151 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
156 * nf_hook_thresh - call a netfilter hook
158 * Returns 1 if the hook has allowed the packet to pass. The function
160 * value indicates the packet has been consumed by the hook.
162 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook,
    [all...]
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...]
  /frameworks/base/services/audioflinger/
AudioMixer.h 158 hook_t hook; member in struct:android::AudioMixer::track_t
177 mix_t hook; member in struct:android::AudioMixer::state_t
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 186 // This are the built-in hook functions in this C++ binding. In C++ we use
224 UserHook* hook = STATIC_CAST(UserHook*)(::menu_userptr(m)); local
225 assert(hook != 0 && hook->m_owner==m);
226 return const_cast<NCursesMenu*>(hook->m_back);
argp.h 350 void *hook;
346 void *hook; member in struct:argp_state
cursesf.h 325 // This are the built-in hook functions in this C++ binding. In C++ we use
363 UserHook* hook = reinterpret_cast<UserHook*>(::form_userptr(f)); local
364 assert(hook != 0 && hook->m_owner==f);
365 return const_cast<NCursesForm*>(hook->m_back);
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 134 // The code used to hook BeginPaint/EndPaint originally came from
214 static void hook(const char* module, const char* proc, unsigned& sysCallID, BYTE*& pProc, const void* pNewProc) function in namespace:WebCore
278 // we hook into BeginPaint/EndPaint to allow their normal WM_PAINT handling
281 hook("user32.dll", "BeginPaint", beginPaintSysCall, beginPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedBeginPaint)));
282 hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedEndPaint)));
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 281 ReturnHook hook = new JsrHook2(this, ret); local
283 hook.remove(this);
    [all...]
  /development/tools/emulator/system/qemud/
qemud.c 371 LoopHook* hook = l->hooks; local
372 LoopHook* end = hook + l->num_fds;
374 for ( ; hook < end; hook++ ) {
375 if (hook->fd == fd)
376 return hook;
396 LoopHook* hook = l->hooks + n; local
398 ev.events = hook->wanted;
399 ev.data.ptr = hook;
400 epoll_ctl( l->epoll_fd, EPOLL_CTL_MOD, hook->fd, &ev )
411 LoopHook* hook; local
439 LoopHook* hook = looper_find( l, fd ); local
458 LoopHook* hook = looper_find( l, fd ); local
483 LoopHook* hook = looper_find( l, fd ); local
526 LoopHook* hook = l->events[n].data.ptr; local
534 LoopHook* hook = l->hooks + n; local
545 LoopHook* hook = l->hooks + n; local
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.c 193 GHook hook; member in struct:__anon2153
196 #define SIGNAL_HOOK(hook) ((SignalHook*) (hook))
848 g_warning (G_STRLOC ": emission of signal \"%s\" for instance `%p' cannot be stopped from emission hook",
864 GHook *hook)
866 GDestroyNotify destroy = hook->destroy;
870 hook->destroy = NULL;
872 destroy (hook->data);
880 * @detail: the detail on which to call the hook.
885 * Adds an emission hook for a signal, which will get called for any emissio
900 GHook *hook; local
3198 GHook *hook; local
    [all...]
  /sdk/emulator/qemud/
qemud.c 371 LoopHook* hook = l->hooks; local
372 LoopHook* end = hook + l->num_fds;
374 for ( ; hook < end; hook++ ) {
375 if (hook->fd == fd)
376 return hook;
396 LoopHook* hook = l->hooks + n; local
398 ev.events = hook->wanted;
399 ev.data.ptr = hook;
400 epoll_ctl( l->epoll_fd, EPOLL_CTL_MOD, hook->fd, &ev )
411 LoopHook* hook; local
439 LoopHook* hook = looper_find( l, fd ); local
458 LoopHook* hook = looper_find( l, fd ); local
483 LoopHook* hook = looper_find( l, fd ); local
526 LoopHook* hook = l->events[n].data.ptr; local
534 LoopHook* hook = l->hooks + n; local
545 LoopHook* hook = l->hooks + n; local
    [all...]

Completed in 1703 milliseconds

12 3