Home | History | Annotate | Download | only in npfctl

Lines Matching refs:STRING

36 #include <string.h>
190 %token <str> STRING
257 : ALG STRING
316 | STRING
397 : TFILE STRING { $$ = $2; }
468 : PROCEDURE STRING CURLY_OPEN procs CURLY_CLOSE
563 | STRING group_dir on_ifname layer
605 PCAP_FILTER STRING opt_apply
733 : APPLY STRING { $$ = $2; }
911 | STRING { $$ = npfctl_portno($1); }
1156 | STRING { $$ = $1; }