Searched refs:nops (Results 1 – 1 of 1) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 2082 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() argument 2086 for (i = 0; i < nops; i++) in match_opcode() 2094 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address() argument 2103 if (match_opcode(cmd->opcode, opcodes, nops)) in print_address() 2112 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()
|