Home | History | Annotate | Download | only in pfctl

Lines Matching defs:os

354 		struct node_os		*os;
410 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
446 %type <v.os> os xos os_list
1736 "OS fingerprinting only "
1743 yyerror("OS fingerprinting requires "
2401 | from os to {
2408 os : /* empty */ { $$ = NULL; }
2409 | OS xos { $$ = $2; }
2410 | OS '{' os_list '}' { $$ = $3; }
2416 err(1, "os: calloc");
2417 $$->os = $1;
4775 if (src_os && src_os->os) {
4776 r->os_fingerprint = pfctl_get_fingerprint(src_os->os);
4780 "warning: unknown '%s' OS fingerprint\n",
4781 src_os->os);
4951 { "os", OS},