HomeSort by relevance Sort by last modified time
    Searched refs:xtables_ipmask_to_cidr (Results 1 - 4 of 4) 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/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 68 milliseconds