Lines Matching refs:PRINTF
27 PRINTF("%d:", sp->is_v);
29 PRINTF("%s", pr->p_name);
31 PRINTF("%d", sp->is_p);
33 PRINTF(" src:%s", hostname(sp->is_family, &sp->is_src.in4));
36 PRINTF(",*");
38 PRINTF(",%d", ntohs(sp->is_sport));
41 PRINTF(" dst:%s", hostname(sp->is_family, &sp->is_dst.in4));
44 PRINTF(",*");
46 PRINTF(",%d", ntohs(sp->is_dport));
50 PRINTF(" state:%d/%d", sp->is_state[0], sp->is_state[1]);
53 PRINTF(" %ld", sp->is_die - now);
55 PRINTF(" ORPHAN");
57 PRINTF(" CLONE");
61 PRINTF("\t%x:%x %hu<<%d:%hu<<%d\n",
66 PRINTF("\tcmsk %04x smsk %04x isc %p s0 %08x/%08x\n",
69 PRINTF("\tFWD: ISN inc %x sumd %x\n",
71 PRINTF("\tREV: ISN inc %x sumd %x\n",
74 PRINTF("\tsbuf[0] [");
76 PRINTF("] sbuf[1] [");
78 PRINTF("]\n");
82 PRINTF("\tcall %hx/%hx\n", ntohs(sp->is_gre.gs_call[0]),
89 PRINTF("\tid %hu seq %hu type %d\n", sp->is_icmp.ici_id,
94 PRINTF("\tFWD: IN pkts %"PRIu64" bytes %"PRIu64" OUT pkts %"PRIu64" bytes %"PRIu64"\n\tREV: IN pkts %"PRIu64" bytes %"PRIu64" OUT pkts %"PRIu64" bytes %"PRIu64"\n",
100 PRINTF("\tFWD: IN pkts %lu bytes %lu OUT pkts %lu bytes %lu\n\tREV: IN pkts %lu bytes %lu OUT pkts %lu bytes %lu\n",
107 PRINTF("\ttag %u pass %#x = ", sp->is_tag, sp->is_pass);
114 PRINTF("pass");
116 PRINTF("block");
120 PRINTF(" return-icmp");
123 PRINTF(" return-icmp-as-dest");
126 PRINTF(" return-rst");
132 PRINTF("log");
134 PRINTF(" body");
136 PRINTF(" first");
138 PRINTF("count");
140 PRINTF("preauth");
142 PRINTF("auth");
145 PRINTF(" out");
147 PRINTF(" in");
150 PRINTF(" log");
152 PRINTF(" body");
154 PRINTF(" first");
156 PRINTF(" or-block");
159 PRINTF(" quick");
161 PRINTF(" keep frags");
164 PRINTF(" keep state");
166 PRINTF(" (");
168 PRINTF(" sync");
170 PRINTF(" strict");
172 PRINTF(" loose");
173 PRINTF(" )");
176 PRINTF("\n");
179 PRINTF("\tref %d", sp->is_ref);
180 PRINTF(" pkt_flags & %x(%x) = %x\n",
182 PRINTF("\tpkt_options & %x = %x, %x = %x \n", sp->is_optmsk[0],
184 PRINTF("\tpkt_security & %x = %x, pkt_auth & %x = %x\n",
187 PRINTF("\tis_flx %#x %#x %#x %#x\n", sp->is_flx[0][0],
190 PRINTF("\tinterfaces: in %s[%s", getifname(sp->is_ifp[0]),
193 PRINTF("/%p", sp->is_ifp[0]);
195 PRINTF(",%s[%s", getifname(sp->is_ifp[1]), sp->is_ifname[1]);
197 PRINTF("/%p", sp->is_ifp[1]);
199 PRINTF(" out %s[%s", getifname(sp->is_ifp[2]), sp->is_ifname[2]);
201 PRINTF("/%p", sp->is_ifp[2]);
203 PRINTF(",%s[%s", getifname(sp->is_ifp[3]), sp->is_ifname[3]);
205 PRINTF("/%p", sp->is_ifp[3]);
206 PRINTF("]\n");
208 PRINTF("\tSync status: ");
212 PRINTF("status could not be retrieved\n");
216 PRINTF("idx %d num %d v %d pr %d rev %d\n",
220 PRINTF("not synchronized\n");