Home
last modified time | relevance | path

Searched refs:sopt_handler_f (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h665 typedef int (sopt_handler_f)(struct ip_fw_chain *ch, typedef
671 sopt_handler_f *handler;
H A Dip_fw_compat.c154 static sopt_handler_f dump_config_v0, add_rules_v0, del_rules_v0,
H A Dip_fw_sockopt.c129 static sopt_handler_f dump_config, add_rules, del_rules, clear_rules,
2901 find_sh(uint16_t code, uint8_t version, sopt_handler_f *handler) in find_sh()