Home
last modified time | relevance | path

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

/freebsd-head/sbin/pfctl/
HDpfctl_radix.c319 const size_t buf_esize[PFRB_MAX] = { 0,
333 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX || in pfr_buf_add()
356 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) in pfr_buf_next()
379 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) { in pfr_buf_grow()
HDpfctl.h46 PFRB_IFACES, PFRB_TRANS, PFRB_MAX }; enumerator