Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c121 static struct ipfw_sopt_handler *ctl3_handlers; variable
2561 sh = &ctl3_handlers[n]; in dump_soptcodes()
2910 sh = (struct ipfw_sopt_handler *)bsearch(&h, ctl3_handlers, in find_sh()
3002 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()
3006 if (ctl3_handlers != NULL) in ipfw_add_sopt_handler()
3007 free(ctl3_handlers, M_IPFW); in ipfw_add_sopt_handler()
3008 ctl3_handlers = tmp; in ipfw_add_sopt_handler()
3033 sz = (ctl3_handlers + ctl3_hsize - (h + 1)) * sizeof(*h); in ipfw_del_sopt_handler()
3039 if (ctl3_handlers != NULL) in ipfw_del_sopt_handler()
3040 free(ctl3_handlers, M_IPFW); in ipfw_del_sopt_handler()
[all …]