Lines Matching +defs:t +defs:state
1212 char *t; in print_ip() local
1414 init_show_state(struct show_state *state, struct ip_fw_rule *rule) in init_show_state()
1429 free_show_state(struct show_state *state) in free_show_state()
1436 is_printed_opcode(struct show_state *state, const ipfw_insn *cmd) in is_printed_opcode()
1443 mark_printed(struct show_state *state, const ipfw_insn *cmd) in mark_printed()
1468 struct show_state *state, const ipfw_insn *cmd) in print_instruction()
1778 struct show_state *state, int opcode) in print_opcode()
1831 struct show_state *state, const ipfw_insn *cmd) in print_action_instruction()
2011 struct show_state *state, uint8_t opcode) in print_action()
2030 struct show_state *state) in print_proto()
2094 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address()
2167 struct show_state state; in show_static_rule() local
2196 time_t t = (time_t)0; in show_static_rule() local
3149 char *t = NULL, *p = strpbrk(av, "/:,{"); in fill_ip() local