Home
last modified time | relevance | path

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

/freebsd-head/sbin/ipfw/
HDipfw2.c1559 #define HAVE_DSTIP 0x0004 macro
1661 if ((state->flags & HAVE_DSTIP) != 0 && ( in print_instruction()
1677 if (state->flags & HAVE_DSTIP) in print_instruction()
1695 (state->flags & (HAVE_SRCIP | HAVE_DSTIP)) == in print_instruction()
1696 (HAVE_SRCIP | HAVE_DSTIP) ? cmd->opcode: 0); in print_instruction()
2479 state.flags |= HAVE_PROTO | HAVE_SRCIP | HAVE_DSTIP; in show_static_rule()
2502 O_IP_DSTPORT, HAVE_DSTIP); in show_static_rule()