Home
last modified time | relevance | path

Searched refs:dstmask (Results 1 – 12 of 12) sorted by relevance

/external/iptables/extensions/
Dlibxt_hashlimit.c283 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()
Dlibxt_hashlimit.man37 \fB\-\-hashlimit\-dstmask\fP \fIprefix\fP
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h62 __u8 srcmask, dstmask; member
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h61 __u8 srcmask, dstmask; member
/external/libdrm/intel/
Dintel_decode.c630 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/
Dif-options.h90 uint8_t dstmask[256 / 8]; member
Dif-options.c735 if (make_option_mask(ifo->dstmask, arg, 2) != 0) { in parse_option()
Dconfigure.c627 !has_option_mask(iface->state->options->dstmask, DHO_ROUTER)) in add_destination_route()
Ddhcpcd.c1422 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in handle_ifa()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c566 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/
Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith() local
279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith()
/external/iptables/tests/
Doptions-most.rules12 …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