OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebtables_globals
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
xtables-eb-standalone.c
44
extern struct xtables_globals
ebtables_globals
;
54
ebtables_globals
.program_name = "ebtables";
55
ret = xtables_init_all(&
ebtables_globals
, NFPROTO_BRIDGE);
58
ebtables_globals
.program_name,
59
ebtables_globals
.program_version);
xtables-eb.c
307
struct xtables_globals
ebtables_globals
= {
variable in typeref:struct:xtables_globals
315
#define opts
ebtables_globals
.opts
316
#define prog_name
ebtables_globals
.program_name
317
#define prog_vers
ebtables_globals
.program_version
361
ebtables_globals
.option_offset += OPTION_OFFSET;
362
*options_offset =
ebtables_globals
.option_offset;
[
all
...]
Completed in 441 milliseconds