Searched refs:antispoof_if (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sbin/pfctl/
H A Dparse.y491 %type <v.interface> antispoof_ifspc antispoof_iflst antispoof_if
1284 antispoof_ifspc : FOR antispoof_if { $$ = $2; }
1288 antispoof_iflst : antispoof_if optnl { $$ = $1; }
1289 | antispoof_iflst comma antispoof_if optnl {
1296 antispoof_if : if_item { $$ = $1; } label

Completed in 49 milliseconds