Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDparse.y490 #define PPORT_RANGE 1 macro
3847 if (parseport($1, &$$, PPORT_RANGE) == -1) {
4452 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) {
7084 if ((extensions & PPORT_RANGE)) { in parseport()