Lines Matching defs:tmpc
424 u_char ilen, tmpc, device;
445 tmpc = mopGetChar(pkt, idx);
446 *idx = *idx + tmpc;
507 tmpc = mopGetChar(pkt, idx);
508 fprintf(fd, "Software ID : %02x ", tmpc);
509 if (tmpc == 0)
511 if (tmpc == 254) {
513 tmpc = 0;
515 if (tmpc == 255) {
517 tmpc = 0;
519 if (tmpc > 0) {
521 for (i = 0; i < ((int) tmpc); i++)
529 tmpc = mopGetChar(pkt, idx);
530 fprintf(fd, "System Proc : %02x ", tmpc);
531 switch (tmpc) {
556 tmpc = mopGetChar(pkt, idx);
557 fprintf(fd, "DLnk Type : %02x ", tmpc);
558 switch (tmpc) {