Home | History | Annotate | Download | only in parser

Lines Matching refs:printf

88 		printf("Not Understood(0x%02x) type 0x%02x\n", type, get_u8(frm));
93 printf("Setup Req(0x%02x) size 0x%02x ", type, uuid_size);
97 printf("dst 0x%x", uuid);
99 printf("(%s)", s);
101 printf(" src 0x%x", uuid);
103 printf("(%s)", s);
104 printf("\n");
108 printf("dst 0x%x", uuid);
110 printf("(%s)", s);
112 printf(" src 0x%x", uuid);
114 printf("(%s)", s);
115 printf("\n");
119 printf("dst 0x%x", uuid);
121 printf("(%s)", s);
125 printf(" src 0x%x", uuid);
127 printf("(%s)", s);
128 printf("\n");
140 printf("Setup Rsp(0x%02x) res 0x%04x\n",
146 printf("Filter NetType Set(0x%02x) len 0x%04x\n",
150 printf("0x%04x - ", get_u16(frm));
151 printf("0x%04x\n", get_u16(frm));
156 printf("Filter NetType Rsp(0x%02x) res 0x%04x\n",
162 printf("Filter MultAddr Set(0x%02x) len 0x%04x\n",
166 printf("%s - ", get_macaddr(frm));
167 printf("%s\n", get_macaddr(frm));
172 printf("Filter MultAddr Rsp(0x%02x) res 0x%04x\n",
177 printf("Unknown control type(0x%02x)\n", type);
195 printf("Ext Control(0x%02x|%s) len 0x%02x\n",
201 printf("Ext Unknown(0x%02x|%s) len 0x%02x\n",
222 printf("BNEP: Control(0x%02x|%s)\n",
228 printf("BNEP: Compressed(0x%02x|%s)\n",
232 printf("[proto 0x%04x]\n", proto);
236 printf("BNEP: General ethernet(0x%02x|%s)\n",
239 printf("dst %s ", get_macaddr(frm));
240 printf("src %s ", get_macaddr(frm));
242 printf("[proto 0x%04x]\n", proto);
246 printf("BNEP: Compressed DestOnly(0x%02x|%s)\n",
249 printf("dst %s ", get_macaddr(frm));
251 printf("[proto 0x%04x]\n", proto);
255 printf("BNEP: Compressed SrcOnly(0x%02x|%s)\n",
258 printf("src %s ", get_macaddr(frm));
260 printf("[proto 0x%04x]\n", proto);
264 printf("(Unknown packet type)\n");
279 printf("802.1p Header: 0x%04x ", get_u16(frm));
281 printf("[proto 0x%04x]\n", proto);
292 printf("ARP: ");
298 printf("RARP: ");
304 printf("IP: ");
310 printf("IPV6: ");