Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_parse.y686 $$.fo_tinvert = false;
717 $$.fo_tinvert = $6;
726 $$.fo_tinvert = false;
735 $$.fo_tinvert = $2;
Dnpfctl.h80 bool fo_tinvert; member
Dnpf_build.c488 opts = MATCH_DST | (fopts->fo_tinvert ? MATCH_INVERT : 0); in npfctl_build_code()