Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_radix.c418 const size_t buf_esize[PFRB_MAX] = { 0,
432 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX || in pfr_buf_add()
455 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) in pfr_buf_next()
478 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) { in pfr_buf_grow()
HDpfctl.h44 PFRB_IFACES, PFRB_TRANS, PFRB_MAX }; enumerator