Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c174 else if (cmd->arg1==ICMP_REJECT_ABORT) in ipfw_log()
H A Dip_fw2.c1011 if (code != ICMP_REJECT_RST && code != ICMP_REJECT_ABORT) { in send_reject()
1026 } else if (code == ICMP_REJECT_ABORT && in send_reject()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h744 #define ICMP_REJECT_ABORT 0x101 /* fake ICMP code (send an SCTP ABORT) */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h744 #define ICMP_REJECT_ABORT 0x101 /* fake ICMP code (send an SCTP ABORT) */ macro
/f-stack/tools/ipfw/
H A Dipfw2.c1859 else if (cmd->arg1 == ICMP_REJECT_ABORT) in print_action_instruction()
3917 action->arg1 = ICMP_REJECT_ABORT; in compile_rule()