Searched refs:ICMP6_UNREACH_RST (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dip_fw.h595 #define ICMP6_UNREACH_RST 0x100 /* fake ICMPv6 code (send a TCP RST) */ macro
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_log.c323 if (cmd->arg1==ICMP6_UNREACH_RST)
H A Dip_fw2.c579 if (code == ICMP6_UNREACH_RST && args->f_id.proto == IPPROTO_TCP) {
593 } else if (code != ICMP6_UNREACH_RST) { /* Send an ICMPv6 unreach. */
/freebsd-10.2-release/sbin/ipfw/
H A Dipfw2.c1225 if (cmd->arg1 == ICMP6_UNREACH_RST)
2968 action->arg1 = ICMP6_UNREACH_RST;

Completed in 108 milliseconds