Lines Matching refs:PRINTF
23 PRINTF("%d:", sp->is_v); in printstate()
25 PRINTF("%s", pr->p_name); in printstate()
27 PRINTF("%d", sp->is_p); in printstate()
29 PRINTF(" src:%s", hostname(sp->is_family, &sp->is_src.in4)); in printstate()
32 PRINTF(",*"); in printstate()
34 PRINTF(",%d", ntohs(sp->is_sport)); in printstate()
37 PRINTF(" dst:%s", hostname(sp->is_family, &sp->is_dst.in4)); in printstate()
40 PRINTF(",*"); in printstate()
42 PRINTF(",%d", ntohs(sp->is_dport)); in printstate()
46 PRINTF(" state:%d/%d", sp->is_state[0], sp->is_state[1]); in printstate()
49 PRINTF(" %ld", sp->is_die - now); in printstate()
51 PRINTF(" ORPHAN"); in printstate()
53 PRINTF(" CLONE"); in printstate()
57 PRINTF("\t%x:%x %hu<<%d:%hu<<%d\n", in printstate()
62 PRINTF("\tcmsk %04x smsk %04x isc %p s0 %08x/%08x\n", in printstate()
65 PRINTF("\tFWD: ISN inc %x sumd %x\n", in printstate()
67 PRINTF("\tREV: ISN inc %x sumd %x\n", in printstate()
70 PRINTF("\tsbuf[0] ["); in printstate()
72 PRINTF("] sbuf[1] ["); in printstate()
74 PRINTF("]\n"); in printstate()
78 PRINTF("\tcall %hx/%hx\n", ntohs(sp->is_gre.gs_call[0]), in printstate()
85 PRINTF("\tid %hu seq %hu type %d\n", sp->is_icmp.ici_id, in printstate()
90 …PRINTF("\tFWD: IN pkts %"PRIu64" bytes %"PRIu64" OUT pkts %"PRIu64" bytes %"PRIu64"\n\tREV: IN pkt… in printstate()
96 …PRINTF("\tFWD: IN pkts %lu bytes %lu OUT pkts %lu bytes %lu\n\tREV: IN pkts %lu bytes %lu OUT pkts… in printstate()
103 PRINTF("\ttag %u pass %#x = ", sp->is_tag, sp->is_pass); in printstate()
110 PRINTF("pass"); in printstate()
112 PRINTF("block"); in printstate()
116 PRINTF(" return-icmp"); in printstate()
119 PRINTF(" return-icmp-as-dest"); in printstate()
122 PRINTF(" return-rst"); in printstate()
128 PRINTF("log"); in printstate()
130 PRINTF(" body"); in printstate()
132 PRINTF(" first"); in printstate()
134 PRINTF("count"); in printstate()
136 PRINTF("preauth"); in printstate()
138 PRINTF("auth"); in printstate()
141 PRINTF(" out"); in printstate()
143 PRINTF(" in"); in printstate()
146 PRINTF(" log"); in printstate()
148 PRINTF(" body"); in printstate()
150 PRINTF(" first"); in printstate()
152 PRINTF(" or-block"); in printstate()
155 PRINTF(" quick"); in printstate()
157 PRINTF(" keep frags"); in printstate()
160 PRINTF(" keep state"); in printstate()
162 PRINTF(" ("); in printstate()
164 PRINTF(" sync"); in printstate()
166 PRINTF(" strict"); in printstate()
168 PRINTF(" loose"); in printstate()
169 PRINTF(" )"); in printstate()
172 PRINTF("\n"); in printstate()
175 PRINTF("\tref %d", sp->is_ref); in printstate()
176 PRINTF(" pkt_flags & %x(%x) = %x\n", in printstate()
178 PRINTF("\tpkt_options & %x = %x, %x = %x \n", sp->is_optmsk[0], in printstate()
180 PRINTF("\tpkt_security & %x = %x, pkt_auth & %x = %x\n", in printstate()
183 PRINTF("\tis_flx %#x %#x %#x %#x\n", sp->is_flx[0][0], in printstate()
186 PRINTF("\tinterfaces: in %s", FORMAT_IF(sp->is_ifname[0])); in printstate()
188 PRINTF("/%p", sp->is_ifp[0]); in printstate()
189 PRINTF(",%s", FORMAT_IF(sp->is_ifname[1])); in printstate()
191 PRINTF("/%p", sp->is_ifp[1]); in printstate()
192 PRINTF(" out %s", FORMAT_IF(sp->is_ifname[2])); in printstate()
194 PRINTF("/%p", sp->is_ifp[2]); in printstate()
195 PRINTF(",%s", FORMAT_IF(sp->is_ifname[3])); in printstate()
197 PRINTF("/%p", sp->is_ifp[3]); in printstate()
198 PRINTF("\n"); in printstate()
200 PRINTF("\tSync status: "); in printstate()
204 PRINTF("status could not be retrieved\n"); in printstate()
208 PRINTF("idx %d num %d v %d pr %d rev %d\n", in printstate()
212 PRINTF("not synchronized\n"); in printstate()