Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c1407 #define HAVE_DSTIP 0x0004 macro
1505 if (state->flags & HAVE_DSTIP) in print_instruction()
1519 if (state->flags & HAVE_DSTIP) in print_instruction()
1529 (state->flags & (HAVE_SRCIP | HAVE_DSTIP)) == in print_instruction()
1530 (HAVE_SRCIP | HAVE_DSTIP) ? cmd->opcode: 0); in print_instruction()
2246 state.flags |= HAVE_PROTO | HAVE_SRCIP | HAVE_DSTIP; in show_static_rule()
2262 O_IP_DSTPORT, HAVE_DSTIP); in show_static_rule()