HomeSort by relevance Sort by last modified time
    Searched full:xmark (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libxt_MARK.man 7 \fB\-\-set\-xmark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
18 Binary AND the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark
22 Binary OR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
26 Binary XOR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
libxt_CONNMARK.man 4 \fB\-\-set\-xmark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
29 The following mnemonics are available for \fB\-\-set\-xmark\fP:
32 Binary AND the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark
36 Binary OR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
40 Binary XOR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
libxt_MARK.c 58 {.name = "set-xmark", .id = O_SET_XMARK, .type = XTTYPE_MARKMASK32,
75 " --set-xmark value[/mask] Clear bits in mask and XOR value into nfmark\n"
157 xtables_error(PARAMETER_PROBLEM, "MARK: One of the --set-xmark, "
245 printf(" --set-xmark 0x%x/0x%x", info->mark, info->mask);
libxt_CONNMARK.c 83 {.name = "set-xmark", .id = O_SET_XMARK, .type = XTTYPE_MARKMASK32,
111 " --set-xmark value[/ctmask] Zero mask bits and XOR ctmark with value\n"
334 printf(" --set-xmark 0x%x/0x%x", info->ctmark, info->ctmask);
  /system/core/sh/
memalloc.c 210 struct stackmark *xmark; local
228 xmark = markp;
229 while (xmark != NULL && xmark->stackp == oldstackp) {
230 xmark->stackp = stackp;
231 xmark->stacknxt = stacknxt;
232 xmark->stacknleft = stacknleft;
233 xmark = xmark->marknext;

Completed in 68 milliseconds