pfctl.c | 90 void pfctl_debug(int, u_int32_t, int); 1858 pfctl_debug(int dev, u_int32_t level, int opts) function in typeref:typename:void 2334 pfctl_debug(dev, PF_DEBUG_NONE, opts); 2337 pfctl_debug(dev, PF_DEBUG_URGENT, opts); 2340 pfctl_debug(dev, PF_DEBUG_MISC, opts); 2343 pfctl_debug(dev, PF_DEBUG_NOISY, opts);
|