Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y505 #define PPORT_RANGE 1 macro
3962 if (parseport($1, &$$, PPORT_RANGE) == -1) {
4575 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) {
7315 if ((extensions & PPORT_RANGE)) { in parseport()