Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h674 typedef int (sopt_handler_f)(struct ip_fw_chain *ch, typedef
680 sopt_handler_f *handler;
H A Dip_fw_sockopt.c3439 find_sh(uint16_t code, uint8_t version, sopt_handler_f *handler) in find_sh()