Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c1406 #define HAVE_SRCIP 0x0002 macro
1496 if (state->flags & HAVE_SRCIP) in print_instruction()
1512 if (state->flags & HAVE_SRCIP) 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()
2257 O_IP_SRCPORT, HAVE_SRCIP); in show_static_rule()