3Com LANPLEX 6000 User Manual page 237

Administration console
Hide thumbs Also See for LANPLEX 6000:
Table of Contents

Advertisement

Opcodes
A-7
or (bit-wise OR)
Description:
Pops two values from the stack and pushes the bit-wise OR of these values back
onto the stack. The size of the operands and the result are determined by the
contents of the stack.
Storage Needed:
1 byte
xor (bit-wise exclusive-OR)
Description:
Pops two values from the stack and pushes the bit-wise
exclusive- OR of these
values back onto the stack. The size of the operands and the result are
determined by the contents of the stack.
Storage Needed:
1 byte
not
Description:
A byte is popped from the stack; if it is non-zero, a zero byte is pushed back onto
the stack. Otherwise, a non-zero byte is pushed back onto the stack.
Storage Needed:
1 byte
accept
Description:
Conditionally accepts the packet being examined. A byte is popped from the
stack. If it is non-zero, the packet is accepted, and evaluation of the filter ends
immediately; otherwise, filter evaluation continues with the next instruction.
Storage Needed:
1 byte

Advertisement

Table of Contents
loading

Table of Contents