OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhostnetworkmask
(Results
1 - 7
of
7
) sorted by null
/external/iptables/iptables/
nft-ipv4.c
398
args->
dhostnetworkmask
= "0.0.0.0/0";
407
if (args->
dhostnetworkmask
)
408
xtables_ipparse_multiple(args->
dhostnetworkmask
,
nft-ipv6.c
344
args->
dhostnetworkmask
= "::0/0";
354
if (args->
dhostnetworkmask
)
355
xtables_ip6parse_multiple(args->
dhostnetworkmask
,
xtables-arp.c
942
const char *shostnetworkmask = NULL, *
dhostnetworkmask
= NULL;
local
1102
dhostnetworkmask
= argv[optind-1];
[
all
...]
nft-shared.h
199
const char *shostnetworkmask, *
dhostnetworkmask
;
member in struct:xtables_args
ip6tables.c
1347
const char *shostnetworkmask = NULL, *
dhostnetworkmask
= NULL;
local
[
all
...]
iptables.c
1341
const char *shostnetworkmask = NULL, *
dhostnetworkmask
= NULL;
local
[
all
...]
xtables.c
910
args->
dhostnetworkmask
= optarg;
[
all
...]
Completed in 1168 milliseconds