Lines Matching full:printf
66 (void)printf("truncated-ip6 %u", length);
71 printf("IP6 ");
76 (void)printf("truncated-ip6 - %u bytes missing!",
81 printf("(");
85 (void)printf("pri 0x%02x, ", (flow & 0x0f000000) >> 24);
87 (void)printf("flowlabel 0x%06x, ", flow & 0x00ffffff);
91 (void)printf("class 0x%02x, ", (flow & 0x0ff00000) >> 20);
93 (void)printf("flowlabel 0x%05x, ", flow & 0x000fffff);
96 (void)printf("hlim %u, next-header %s (%u) payload length: %u) ",
120 (void)printf("%s > %s: ", ip6addr_string(&ip6->ip6_src),
224 (void)printf("no next header");
228 (void)printf("ip-proto-%d %d", nh, len);
235 (void)printf("[|ip6]");