Home
last modified time | relevance | path

Searched refs:ICMP_REJECT_RST (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netpfil/ipfw/
HDip_fw_log.c322 if (cmd->arg1==ICMP_REJECT_RST) in ipfw_log()
HDip_fw2.c623 if (code != ICMP_REJECT_RST) { /* Send an ICMP unreach */ in send_reject()
/NextBSD/sys/netinet/
HDip_fw.h702 #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ macro
/NextBSD/sbin/ipfw/
HDipfw2.c1474 if (cmd->arg1 == ICMP_REJECT_RST) in show_static_rule()
3598 action->arg1 = ICMP_REJECT_RST; in compile_rule()