Home
last modified time | relevance | path

Searched defs:is_not (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py73 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 …]