Searched refs:nextop (Results 1 - 5 of 5) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_u32.h15 __u8 nextop; member in struct:xt_u32_location_element
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h15 __u8 nextop; member in struct:xt_u32_location_element
/external/iptables/extensions/
H A Dlibxt_u32.c57 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/skia/third_party/lua/src/
H A Dlparser.c1053 BinOpr nextop; local
1058 nextop = subexpr(ls, &v2, priority[op].right);
1060 op = nextop;
/external/syslinux/com32/lua/src/
H A Dlparser.c1053 BinOpr nextop; local
1058 nextop = subexpr(ls, &v2, priority[op].right);
1060 op = nextop;

Completed in 312 milliseconds