HomeSort by: relevance | last modified time | path
    Searched refs:PFRB_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl.h 40 PFRB_IFACES, PFRB_TRANS, PFRB_MAX };
pfctl_radix.c 451 size_t buf_esize[PFRB_MAX] = { 0,
465 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX ||
488 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX)
511 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) {

Completed in 39 milliseconds