Searched refs:ICMP_REJECT_ABORT (Results 1 – 6 of 6) sorted by relevance
184 ICMP_REJECT_ABORT = 257 variable in IcmpRejectCode
282 Insn(IpFwOpcode.O_REJECT, arg1=IcmpRejectCode.ICMP_REJECT_ABORT),
832 #define ICMP_REJECT_ABORT 0x101 /* fake ICMP code (send an SCTP ABORT) */ macro
174 else if (cmd->arg1==ICMP_REJECT_ABORT) in ipfw_log_syslog()
1012 if (code != ICMP_REJECT_RST && code != ICMP_REJECT_ABORT) { in send_reject()1027 } else if (code == ICMP_REJECT_ABORT && in send_reject()
2058 else if (cmd->arg1 == ICMP_REJECT_ABORT) in print_action_instruction()4256 action->arg1 = ICMP_REJECT_ABORT; in compile_rule()