Lines Matching refs:TOS
2 "precedence" bits) or the Priority field in the IPv6 header. Note that TOS
3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
8 into the TOS/Priority field. If \fImask\fP is omitted, 0xFF is assumed.
11 You can specify a symbolic name when using the TOS target for IPv4. It implies
12 a mask of 0xFF (see NOTE below). The list of recognized TOS names can be
13 obtained by calling iptables with \fB\-j TOS \-h\fP.
18 Binary AND the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos
23 Binary OR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
27 Binary XOR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
32 a bug whereby IPv6 TOS mangling does not behave as documented and differs from
33 the IPv4 version. The TOS mask indicates the bits one wants to zero out, so it
34 needs to be inverted before applying it to the original TOS field. However, the