Searched refs:O_ACCEPT (Results 1 – 9 of 9) sorted by relevance
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 127 "insns": [InsnEmpty(IpFwOpcode.O_ACCEPT)], 140 InsnEmpty(IpFwOpcode.O_ACCEPT), 157 InsnEmpty(IpFwOpcode.O_ACCEPT), 170 InsnEmpty(IpFwOpcode.O_ACCEPT), 247 InsnEmpty(IpFwOpcode.O_ACCEPT), 263 InsnEmpty(IpFwOpcode.O_ACCEPT), 278 pytest.param(("allow", InsnEmpty(IpFwOpcode.O_ACCEPT)), id="test_allow"), 295 pytest.param(("accept", InsnEmpty(IpFwOpcode.O_ACCEPT)), id="accept"), 444 "insns": [insn["out"], InsnEmpty(IpFwOpcode.O_ACCEPT)], 489 InsnEmpty(IpFwOpcode.O_ACCEPT),
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 50 O_ACCEPT = 45 variable in IpFwOpcode
|
H A D | insns.py | 38 IpFwOpcode.O_ACCEPT.value, 514 AttrDescr(IpFwOpcode.O_ACCEPT, InsnEmpty),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 232 O_ACCEPT, /* none */ enumerator
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 193 case O_ACCEPT: in ipfw_log_syslog()
|
H A D | ip_fw2.c | 2985 case O_ACCEPT: in ipfw_chk() 3688 rule->cmd[0].opcode = default_to_accept ? O_ACCEPT : O_DENY; in vnet_ipfw_init()
|
H A D | ip_fw_sockopt.c | 1570 case O_ACCEPT: in ipfw_check_opcode()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 2432 O_ACCEPT, IPPROTO_TCP, in PunchFWHole() 2440 O_ACCEPT, IPPROTO_TCP, in PunchFWHole()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2046 case O_ACCEPT: in print_action_instruction() 2361 O_CHECK_STATE, O_ACCEPT, O_COUNT, O_DENY, O_REJECT, 4265 action->opcode = O_ACCEPT; in compile_rule()
|