Searched refs:hmask (Results 1 – 14 of 14) sorted by relevance
/external/iptables/extensions/ |
D | libip6t_NETMAP.c | 46 cb->val.hmask.ip6[i]; in NETMAP_parse() 48 ~cb->val.hmask.ip6[i]; in NETMAP_parse()
|
D | libipt_NETMAP.c | 61 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()
|
D | libxt_policy.c | 134 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()
|
D | libxt_ipvs.c | 77 memcpy(&data->vmask, &cb->val.hmask, sizeof(cb->val.hmask)); in ipvs_mt_parse()
|
D | libxt_conntrack.c | 425 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/ |
D | xtoptions.c | 526 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/ |
D | u32.c | 203 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/ |
D | pkt_cls.h | 143 __be32 hmask; member
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 197 __be32 hmask; member
|
/external/libnl/include/linux/ |
D | pkt_cls.h | 222 __be32 hmask; member
|
/external/iproute2/tc/ |
D | f_u32.c | 803 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/ |
D | xtables.h | 161 union nf_inet_addr haddr, hmask; member
|
/external/iptables/include/ |
D | xtables.h | 161 union nf_inet_addr haddr, hmask; member
|
/external/iptables/iptables/ |
D | iptables.c | 1017 uint32_t bits, hmask = ntohl(mask); in print_ip() local 1035 while (--i >= 0 && hmask != bits) in print_ip()
|