Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c172 if (cmd->arg1==ICMP_REJECT_RST) in ipfw_log()
H A Dip_fw2.c1011 if (code != ICMP_REJECT_RST && code != ICMP_REJECT_ABORT) { in send_reject()
1014 } else if (code == ICMP_REJECT_RST && args->f_id.proto == IPPROTO_TCP) { in send_reject()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h742 #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h742 #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ macro
/f-stack/tools/ipfw/
H A Dipfw2.c1857 if (cmd->arg1 == ICMP_REJECT_RST) in print_action_instruction()
3941 action->arg1 = ICMP_REJECT_RST; in compile_rule()