Home
last modified time | relevance | path

Searched refs:PF_POOL_ENDPI (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.h132 #define PF_POOL_ENDPI 0x40 macro
H A Dpf_lb.c244 if (proto == IPPROTO_UDP && (r->rpool.opts & PF_POOL_ENDPI)) { in pf_get_sport()
365 (r->rpool.opts & PF_POOL_ENDPI)) { in pf_get_sport()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c492 if (pool->opts & PF_POOL_ENDPI) in print_pool()
H A Dparse.y4614 pool_opts.opts |= PF_POOL_ENDPI;