Home | History | Annotate | Download | only in tcpdump

Lines Matching full:printf

109 		(void)printf("truncated-pppoe %u", length);
123 printf(" [ver %d]",pppoe_ver);
126 printf(" [type %d]",pppoe_type);
129 printf("PPPoE %s", tok2str(pppoecode2str, "PAD-%x", pppoe_code));
131 printf(" [len %u!]",pppoe_length);
134 printf(" [len %u > %u!]", pppoe_length, length);
138 printf(" [ses 0x%x]", pppoe_sessionid);
177 printf(" [%s \"%*.*s\"]",
183 /* Print hex, not fast to abuse printf but this doesn't get used much */
184 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
186 printf("%02X", *v);
188 printf("]");
193 printf(" [%s]", tok2str(pppoetag2str,
202 printf(" ");
207 printf("[|pppoe]");