MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_printed_opcode

Function is_printed_opcode

tools/ipfw/ipfw2.c:1435–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

print_instructionFunction · 0.85
print_action_instructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected