Searched refs:dstmask (Results 1 – 12 of 12) sorted by relevance
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 283 info->cfg.dstmask = 32; in hashlimit_mt4_init() 294 info->cfg.dstmask = 128; in hashlimit_mt6_init() 381 info->cfg.dstmask = cb->val.hlen; in hashlimit_mt_parse() 572 if (info->cfg.dstmask != dmask) in hashlimit_mt_print() 573 printf(" dstmask %u", info->cfg.dstmask); in hashlimit_mt_print() 654 if (info->cfg.dstmask != dmask) in hashlimit_mt_save() 655 printf(" --hashlimit-dstmask %u", info->cfg.dstmask); in hashlimit_mt_save()
|
D | libxt_hashlimit.man | 37 \fB\-\-hashlimit\-dstmask\fP \fIprefix\fP
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 62 __u8 srcmask, dstmask; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 61 __u8 srcmask, dstmask; member
|
/external/libdrm/intel/ |
D | intel_decode.c | 630 char dstmask[8]; in i915_get_instruction_dst() local 635 dstmask[0] = 0; in i915_get_instruction_dst() 639 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst() 641 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst() 643 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst() 645 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst() 647 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst() 648 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst() 656 dstmask[0] = 0; in i915_get_instruction_dst() 664 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst() [all …]
|
/external/dhcpcd/ |
D | if-options.h | 90 uint8_t dstmask[256 / 8]; member
|
D | if-options.c | 735 if (make_option_mask(ifo->dstmask, arg, 2) != 0) { in parse_option()
|
D | configure.c | 627 !has_option_mask(iface->state->options->dstmask, DHO_ROUTER)) in add_destination_route()
|
D | dhcpcd.c | 1422 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in handle_ifa()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_optimize.c | 566 unsigned dstmask = inst_add->U.I.DstReg.WriteMask; in peephole_add_presub_add() local 567 unsigned src0_neg = inst_add->U.I.SrcReg[0].Negate & dstmask; in peephole_add_presub_add() 568 unsigned src1_neg = inst_add->U.I.SrcReg[1].Negate & dstmask; in peephole_add_presub_add() 582 if (inst_add->U.I.SrcReg[0].Negate && src0_neg != dstmask) in peephole_add_presub_add() 586 if (inst_add->U.I.SrcReg[1].Negate && src1_neg != dstmask) in peephole_add_presub_add()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith() local 279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith()
|
/external/iptables/tests/ |
D | options-most.rules | 12 …rval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24 -m hashlimit -… 25 …it-htable-gcinterval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24
|