| 1433 | } |
| 1434 | |
| 1435 | static uint8_t |
| 1436 | is_printed_opcode(struct show_state *state, const ipfw_insn *cmd) |
| 1437 | { |
| 1438 | |
| 1439 | return (state->printed[cmd - state->rule->cmd]); |
| 1440 | } |
| 1441 | |
| 1442 | static void |
| 1443 | mark_printed(struct show_state *state, const ipfw_insn *cmd) |
no outgoing calls
no test coverage detected