Searched refs:ctl3_handlers (Results 1 – 1 of 1) sorted by relevance
121 static struct ipfw_sopt_handler *ctl3_handlers; variable2592 sh = &ctl3_handlers[n]; in dump_soptcodes()2941 sh = (struct ipfw_sopt_handler *)bsearch(&h, ctl3_handlers, in find_sh()3033 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()3037 if (ctl3_handlers != NULL) in ipfw_add_sopt_handler()3038 free(ctl3_handlers, M_IPFW); in ipfw_add_sopt_handler()3039 ctl3_handlers = tmp; in ipfw_add_sopt_handler()3064 sz = (ctl3_handlers + ctl3_hsize - (h + 1)) * sizeof(*h); in ipfw_del_sopt_handler()3070 if (ctl3_handlers != NULL) in ipfw_del_sopt_handler()3071 free(ctl3_handlers, M_IPFW); in ipfw_del_sopt_handler()[all …]