OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_ipmask_to_cidr
(Results
1 - 5
of
5
) sorted by null
/external/iptables/extensions/
libxt_HMARK.c
346
xtables_ipmask_to_cidr
(&info->src_mask.in));
349
xtables_ipmask_to_cidr
(&info->dst_mask.in));
408
ret =
xtables_ipmask_to_cidr
(&info->src_mask.in);
412
ret =
xtables_ipmask_to_cidr
(&info->dst_mask.in);
/external/iproute2/include/
xtables.h
469
extern int
xtables_ipmask_to_cidr
(const struct in_addr *);
/external/iptables/include/
xtables.h
466
extern int
xtables_ipmask_to_cidr
(const struct in_addr *);
/external/iptables/libxtables/
xtables.c
1219
int
xtables_ipmask_to_cidr
(const struct in_addr *mask)
function
1245
cidr =
xtables_ipmask_to_cidr
(mask);
[
all
...]
xtoptions.c
686
cb->val.hlen =
xtables_ipmask_to_cidr
(&cb->val.hmask.in);
[
all
...]
Completed in 2737 milliseconds