Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c137 static struct ipfw_sopt_handler *ctl3_handlers; variable
3128 sh = &ctl3_handlers[n]; in dump_soptcodes()
3436 sh = (struct ipfw_sopt_handler *)bsearch(&h, ctl3_handlers, in find_sh()
3518 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()
3522 if (ctl3_handlers != NULL) in ipfw_add_sopt_handler()
3523 free(ctl3_handlers, M_IPFW); in ipfw_add_sopt_handler()
3524 ctl3_handlers = tmp; in ipfw_add_sopt_handler()
3549 sz = (ctl3_handlers + ctl3_hsize - (h + 1)) * sizeof(*h); in ipfw_del_sopt_handler()
3555 if (ctl3_handlers != NULL) in ipfw_del_sopt_handler()
3556 free(ctl3_handlers, M_IPFW); in ipfw_del_sopt_handler()
[all …]