Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c186 else if (cmd->arg1==ICMP6_UNREACH_ABORT) in ipfw_log()
H A Dip_fw2.c908 } else if (code == ICMP6_UNREACH_ABORT && in send_reject6()
971 } else if (code != ICMP6_UNREACH_RST && code != ICMP6_UNREACH_ABORT) { in send_reject6()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h745 #define ICMP6_UNREACH_ABORT 0x101 /* fake ICMPv6 code (send an SCTP ABORT) */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h745 #define ICMP6_UNREACH_ABORT 0x101 /* fake ICMPv6 code (send an SCTP ABORT) */ macro
/f-stack/tools/ipfw/
H A Dipfw2.c1869 else if (cmd->arg1 == ICMP6_UNREACH_ABORT) in print_action_instruction()
3922 action->arg1 = ICMP6_UNREACH_ABORT; in compile_rule()