Searched refs:ipfw_check_opcode_t (Results 1 – 2 of 2) sorted by relevance
635 typedef enum ipfw_opcheck_result (*ipfw_check_opcode_t)(ipfw_insn **, typedef638 void ipfw_register_compat(ipfw_check_opcode_t);
85 static ipfw_check_opcode_t check_opcode_f = check_opcode_compat_nop;2996 ipfw_register_compat(ipfw_check_opcode_t f) in ipfw_register_compat()