Searched refs:ICMP_REJECT_RST (Results 1 – 5 of 5) sorted by relevance
172 if (cmd->arg1==ICMP_REJECT_RST) in ipfw_log()
1011 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()
742 #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ macro
1857 if (cmd->arg1 == ICMP_REJECT_RST) in print_action_instruction()3941 action->arg1 = ICMP_REJECT_RST; in compile_rule()