Searched refs:hmask (Results 1 – 13 of 13) sorted by relevance
/external/iptables/extensions/ |
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 | 131 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse() 140 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 | 383 info->origsrc_mask = cb->val.hmask; in conntrack_mt_parse() 390 info->origdst_mask = cb->val.hmask; in conntrack_mt_parse() 397 info->replsrc_mask = cb->val.hmask; in conntrack_mt_parse() 404 info->repldst_mask = cb->val.hmask; in conntrack_mt_parse()
|
/external/qemu/hw/ |
D | usb-ohci.c | 108 uint32_t hmask; member 1497 retval = ohci->hstatus & ohci->hmask; in ohci_mem_read() 1505 retval = ohci->hmask; in ohci_mem_read() 1626 ohci->hstatus &= ~(val & ohci->hmask); in ohci_mem_write() 1635 ohci->hmask = val; in ohci_mem_write()
|
/external/iptables/include/ |
D | xtables.h | 160 union nf_inet_addr haddr, hmask; member
|
D | xtables.h.in | 160 union nf_inet_addr haddr, hmask; member
|
/external/iproute2/include/linux/ |
D | pkt_cls.h | 213 __be32 hmask; member
|
/external/kernel-headers/original/linux/ |
D | pkt_cls.h | 222 __be32 hmask; member
|
/external/iptables/iptables/ |
D | xtoptions.c | 526 memset(&cb->val.hmask, 0xFF, sizeof(cb->val.hmask)); in xtopt_parse_host() 697 uint32_t *mask = cb->val.hmask.all; in xtopt_parse_plenmask()
|
D | iptables.c | 1074 uint32_t bits, hmask = ntohl(mask); in print_ip() local 1092 while (--i >= 0 && hmask != bits) in print_ip()
|
/external/iproute2/tc/ |
D | f_u32.c | 804 sel->hmask = htonl(mask); in parse_hashkey() 1268 if (sel->hmask) { in u32_print_opt() 1270 (unsigned int)htonl(sel->hmask), sel->hoff); in u32_print_opt()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit_A.c | 457 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local 459 hmask = _mm_set_pi32(0x00fefefe, 0x00fefefe); /* alpha128 mask -> hmask */ in BlitRGBtoRGBSurfaceAlpha128MMX() 480 dst2 = _mm_and_si64(dst2, hmask); /* dst & mask -> dst2 */ in BlitRGBtoRGBSurfaceAlpha128MMX() 481 src2 = _mm_and_si64(src2, hmask); /* src & mask -> src2 */ in BlitRGBtoRGBSurfaceAlpha128MMX()
|