HomeSort by: relevance | last modified time | path
    Searched defs:antispoof_iflst (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
parse.y 457 %type <v.interface> antispoof_ifspc antispoof_iflst antispoof_if
1129 | FOR '{' antispoof_iflst '}' { $$ = $3; }
1132 antispoof_iflst : antispoof_if { $$ = $1; } label
1133 | antispoof_iflst comma antispoof_if {

Completed in 14 milliseconds