Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/pfctl/
Dparse.y451 #define PPORT_RANGE 1 macro
3364 if (parseport($1, &$$, PPORT_RANGE) == -1) {
3953 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) {
6416 if ((extensions & PPORT_RANGE)) { in parseport()