Lines Matching full:printf
67 printf(" [bad length %u]", length);
71 printf(" [bad length %u]", length);
74 printf(" [bad ptr %u]", cp[2]);
77 printf(" %s", ipaddr_string(&cp[len]));
79 printf(",");
141 printf("[bad length %u]", length);
144 printf(" TS{");
147 printf("[bad length %u]", length);
151 printf("[bad ptr %u]", cp[2]);
154 printf("TSONLY");
157 printf("TS+ADDR");
166 printf("PRESPEC2.0");
169 printf("PRESPEC");
172 printf("[bad ts type %d]", cp[3]&0xF);
180 printf("%s%d@%s", type, EXTRACT_32BITS(&cp[len+hoplen-4]),
186 printf("%s", ptr == len ? " ^ " : "");
189 printf(" [%d hops not recorded]} ", cp[3]>>4);
191 printf("}");
206 printf("%s", sep);
212 printf("%s",
223 printf(" [bad length %u]", option_len);
229 printf(" [bad length %u]", option_len);
251 printf(" [bad length %u]", option_len);
256 printf(" value %u", EXTRACT_16BITS(&cp[2]));
268 printf("[|ip]");
568 printf("IP%u ", IP_V(ipds->ip));
570 printf(", wrong link-layer encapsulation");
573 printf("IP ");
576 printf("[|ip]");
580 (void)printf("truncated-ip %u", length);
585 (void)printf("bad-hlen %u", hlen);
591 (void)printf("truncated-ip - %u bytes missing! ",
596 (void)printf("bad-len %u", ipds->len);
604 (void)printf("bad-len %u", ipds->len);
621 (void)printf("(tos 0x%x", (int)ipds->ip->ip_tos);
626 (void)printf(",ECT(1)");
629 (void)printf(",ECT(0)");
632 (void)printf(",CE");
637 (void)printf(", ttl %u", ipds->ip->ip_ttl);
645 (void)printf(", id %u, offset %u, flags [%s], proto %s (%u)",
652 (void)printf(", length %u", EXTRACT_16BITS(&ipds->ip->ip_len));
655 printf(", options (");
657 printf(")");
664 (void)printf(", bad cksum %x (->%x)!", ip_sum,
669 printf(") ");
682 (void)printf("%s > %s: ",
697 (void)printf("%s > %s:", ipaddr_string(&ipds->ip->ip_src),
700 (void)printf(" %s", proto->p_name);
702 (void)printf(" ip-proto-%d", ipds->ip->ip_p);
714 (void)printf("truncated-ip %d", length);
728 (void)printf("unknown ip %d", IP_V(&hdr));