Lines Matching refs:PRINTF
33 PRINTF("# Builtin: ");
36 PRINTF("%u ", fp->fr_collect);
41 PRINTF("call");
43 PRINTF(" now");
45 PRINTF(" %s/%u", s ? s : "?", fp->fr_arg);
47 PRINTF("pass");
49 PRINTF("block");
53 PRINTF("count");
55 PRINTF("auth");
57 PRINTF("preauth");
59 PRINTF("nomatch");
61 PRINTF("decapsulate");
63 PRINTF("skip %u", fp->fr_arg);
65 PRINTF("%x", fp->fr_flags);
69 PRINTF(" return-icmp-as-dest");
71 PRINTF(" return-icmp");
74 PRINTF("(%s)",
77 PRINTF("(%d)", fp->fr_icode);
80 PRINTF(" return-rst");
83 PRINTF(" out ");
85 PRINTF(" in ");
94 PRINTF("quick ");
115 PRINTF("fastroute ");
122 PRINTF("in-via ");
124 PRINTF("out-via ");
139 PRINTF("inet ");
143 PRINTF("inet6 ");
152 PRINTF("tos %#x ", fp->fr_tos);
154 PRINTF("ttl %d ", fp->fr_ttl);
156 PRINTF("proto tcp/udp ");
161 PRINTF("proto ");
170 PRINTF("all");
174 PRINTF("from %s", fp->fr_flags & FR_NOTSRCIP ? "!" : "");
180 PRINTF(" to %s", fp->fr_flags & FR_NOTDSTIP ? "!" : "");
196 PRINTF(" icmp-type %d", type);
198 PRINTF(" icmp-type %s", name);
200 PRINTF(" code %d", code);
204 PRINTF(" flags ");
214 PRINTF("bpf-v%d { \"", fp->fr_family);
218 PRINTF("%s%#x %#x %#x %#x", s, fb->fb_c, fb->fb_t,
221 PRINTF("\" }");
229 PRINTF("call function at %p", fp->fr_data);
233 PRINTF("exp { \"");
235 PRINTF("\" } ");
239 PRINTF("[unknown filter type %#x]", fp->fr_type);
249 PRINTF(" with");
264 PRINTF("not ");
265 PRINTF("ipopts");
271 PRINTF("not ");
272 PRINTF("short");
278 PRINTF("not ");
279 PRINTF("frag");
285 PRINTF("not ");
286 PRINTF("frag-body");
292 PRINTF("not ");
293 PRINTF("nat");
299 PRINTF("not ");
300 PRINTF("lowttl");
306 PRINTF("not ");
307 PRINTF("bad");
313 PRINTF("not ");
314 PRINTF("bad-src");
320 PRINTF("not ");
321 PRINTF("bad-nat");
327 PRINTF("not ");
328 PRINTF("oow");
334 PRINTF("not ");
335 PRINTF("mbcast");
341 PRINTF("not ");
342 PRINTF("bcast");
348 PRINTF("not ");
349 PRINTF("mcast");
355 PRINTF("not ");
356 PRINTF("state");
362 PRINTF("not ");
363 PRINTF("v6hdrs");
370 PRINTF(" keep state");
376 PRINTF(" (");
378 PRINTF("limit %u", fp->fr_statemax);
382 PRINTF("%smax-nodes %d", comma,
385 PRINTF(", max-per-src %d/%d",
391 PRINTF("%sstrict", comma);
395 PRINTF("%sloose", comma);
399 PRINTF("%snewisn", comma);
403 PRINTF("%sno-icmp-err", comma);
407 PRINTF("%ssync", comma);
411 PRINTF("%sage %d/%d", comma, fp->fr_age[0],
413 PRINTF(")");
417 PRINTF(" keep frags");
419 PRINTF(" (");
421 PRINTF("strict");
422 PRINTF(")");
428 PRINTF(" scan %s", fp->fr_isctag + fp->fr_names);
430 PRINTF(" scan *");
433 PRINTF(" head %s", fp->fr_names + fp->fr_grhead);
435 PRINTF(" group %s", fp->fr_names + fp->fr_group);
439 PRINTF(" set-tag(");
441 PRINTF("log=%u", fp->fr_logtag);
445 PRINTF("%snat=%-.*s", s, IPFTAG_LEN,
448 PRINTF(")");
452 PRINTF(" pps %d", fp->fr_pps);
455 PRINTF(" comment \"%s\"", fp->fr_names + fp->fr_comment);
459 PRINTF(" # count %d", fp->fr_statecnt);
461 PRINTF(" rule-ttl %u", fp->fr_die);
464 PRINTF(" # rule-ttl %u", fp->fr_die);
470 PRINTF(" ref %d", fp->fr_ref);