Home
last modified time | relevance | path

Searched refs:ICMP_REJECT_ABORT (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py184 ICMP_REJECT_ABORT = 257 variable in IcmpRejectCode
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py282 Insn(IpFwOpcode.O_REJECT, arg1=IcmpRejectCode.ICMP_REJECT_ABORT),
/freebsd/sys/netinet/
H A Dip_fw.h832 #define ICMP_REJECT_ABORT 0x101 /* fake ICMP code (send an SCTP ABORT) */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c174 else if (cmd->arg1==ICMP_REJECT_ABORT) in ipfw_log_syslog()
H A Dip_fw2.c1012 if (code != ICMP_REJECT_RST && code != ICMP_REJECT_ABORT) { in send_reject()
1027 } else if (code == ICMP_REJECT_ABORT && in send_reject()
/freebsd/sbin/ipfw/
H A Dipfw2.c2058 else if (cmd->arg1 == ICMP_REJECT_ABORT) in print_action_instruction()
4256 action->arg1 = ICMP_REJECT_ABORT; in compile_rule()