Home
last modified time | relevance | path

Searched refs:ipfw_check_opcode_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h635 typedef enum ipfw_opcheck_result (*ipfw_check_opcode_t)(ipfw_insn **, typedef
638 void ipfw_register_compat(ipfw_check_opcode_t);
H A Dip_fw_sockopt.c85 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()