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

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_u32.h 32 __u8 nextop; member in struct:xt_u32_location_element
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_u32.h 32 __u8 nextop; member in struct:xt_u32_location_element
  /external/iptables/include/linux/netfilter/
xt_u32.h 15 __u8 nextop; member in struct:xt_u32_location_element
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_u32.h 15 __u8 nextop; member in struct:xt_u32_location_element
  /external/iptables/extensions/
libxt_u32.c 57 switch (ct->location[i].nextop) {
163 ct->location[locind].nextop = XT_U32_AND;
168 ct->location[locind].nextop = XT_U32_LEFTSH;
173 ct->location[locind].nextop = XT_U32_RIGHTSH;
175 ct->location[locind].nextop = XT_U32_AT;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 1053 BinOpr nextop; local
1058 nextop = subexpr(ls, &v2, priority[op].right);
1060 op = nextop;
    [all...]

Completed in 180 milliseconds