Home
last modified time | relevance | path

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

/openbsd/src/sbin/pfctl/
Dparse.y462 #define PPORT_RANGE 1 macro
2912 if (parseport($1, &$$, PPORT_RANGE) == -1) {
3527 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) {
5801 if ((extensions & PPORT_RANGE)) { in parseport()