Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c184 if (cmd->arg1==ICMP6_UNREACH_RST) in ipfw_log()
H A Dip_fw2.c894 if (code == ICMP6_UNREACH_RST && args->f_id.proto == IPPROTO_TCP) { 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.h743 #define ICMP6_UNREACH_RST 0x100 /* fake ICMPv6 code (send a TCP RST) */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h743 #define ICMP6_UNREACH_RST 0x100 /* fake ICMPv6 code (send a TCP RST) */ macro
/f-stack/tools/ipfw/
H A Dipfw2.c1867 if (cmd->arg1 == ICMP6_UNREACH_RST) in print_action_instruction()
3946 action->arg1 = ICMP6_UNREACH_RST; in compile_rule()