OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPT_JUMP
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
xshared.h
19
OPT_JUMP
= 1 << 4,
xtables-eb.c
236
#define
OPT_JUMP
0x10
951
if (flags &
OPT_JUMP
)
953
flags |=
OPT_JUMP
;
1042
ebt_check_option2(&flags,
OPT_JUMP
);
[
all
...]
xtables-arp.c
100
#define
OPT_JUMP
0x00400U
1195
set_option(&options,
OPT_JUMP
, &cs.fw.arp.invflags,
[
all
...]
Completed in 151 milliseconds