| H A D | insns.py | 73 def __init__(self, opcode, is_or, is_not, arg1): argument 189 def __init__(self, opcode, is_or=False, is_not=False, arg1=0): argument 240 def __init__(self, opcode=IpFwOpcode.O_NOP, is_or=False, is_not=False, arg1=0, comment=""): argument 279 def __init__(self, opcode=IpFwOpcode.O_PROTO, is_or=False, is_not=False, arg1=0): argument 292 def __init__(self, opcode, is_or=False, is_not=False, arg1=0, u32=0): argument 315 def __init__(self, opcode, is_or=False, is_not=False, arg1=0, kidx=0): argument 335 is_not=False, argument 356 def __init__(self, opcode, is_or=False, is_not=False, arg1=0, u32=0, ip=None): argument 375 def __init__(self, opcode, is_or=False, is_not=False, arg1=0, kidx=0, value=None): argument 409 def __init__(self, opcode, is_or=False, is_not=False, arg1=0, kidx=0, value=None, bitmask=None): argument [all …]
|