Home
last modified time | relevance | path

Searched refs:hmask (Results 1 – 14 of 14) sorted by relevance

/external/iptables/extensions/
Dlibip6t_NETMAP.c46 cb->val.hmask.ip6[i]; in NETMAP_parse()
48 ~cb->val.hmask.ip6[i]; in NETMAP_parse()
Dlibipt_NETMAP.c61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip; in NETMAP_parse()
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip; in NETMAP_parse()
Dlibxt_policy.c134 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse()
143 memcpy(&e->dmask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse()
Dlibxt_ipvs.c77 memcpy(&data->vmask, &cb->val.hmask, sizeof(cb->val.hmask)); in ipvs_mt_parse()
Dlibxt_conntrack.c425 info->origsrc_mask = cb->val.hmask; in conntrack_mt_parse()
432 info->origdst_mask = cb->val.hmask; in conntrack_mt_parse()
439 info->replsrc_mask = cb->val.hmask; in conntrack_mt_parse()
446 info->repldst_mask = cb->val.hmask; in conntrack_mt_parse()
/external/iptables/libxtables/
Dxtoptions.c526 memset(&cb->val.hmask, 0xFF, sizeof(cb->val.hmask)); in xtopt_parse_host()
681 memcpy(&cb->val.hmask, xtables_sa_host(res->ai_addr, res->ai_family), in xtopt_parse_mask()
686 cb->val.hlen = xtables_ipmask_to_cidr(&cb->val.hmask.in); in xtopt_parse_mask()
689 cb->val.hlen = xtables_ip6mask_to_cidr(&cb->val.hmask.in6); in xtopt_parse_mask()
729 uint32_t *mask = cb->val.hmask.all; in xtopt_parse_plenmask()
/external/libnl/lib/route/cls/
Du32.c203 if (sel->hmask || sel->hoff) { in print_selector()
208 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask); in print_selector()
/external/iproute2/include/linux/
Dpkt_cls.h143 __be32 hmask; member
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h197 __be32 hmask; member
/external/libnl/include/linux/
Dpkt_cls.h222 __be32 hmask; member
/external/iproute2/tc/
Df_u32.c803 sel->hmask = htonl(mask); in parse_hashkey()
1267 if (sel->hmask) { in u32_print_opt()
1269 (unsigned int)htonl(sel->hmask), sel->hoff); in u32_print_opt()
/external/iproute2/include/
Dxtables.h161 union nf_inet_addr haddr, hmask; member
/external/iptables/include/
Dxtables.h161 union nf_inet_addr haddr, hmask; member
/external/iptables/iptables/
Diptables.c1017 uint32_t bits, hmask = ntohl(mask); in print_ip() local
1035 while (--i >= 0 && hmask != bits) in print_ip()