Lines Matching defs:tmpc
439 u_char ilen ,tmpc,device;
461 tmpc = mopGetChar(pkt,idx);
462 *idx = *idx + tmpc;
524 tmpc = mopGetChar(pkt,idx);
525 (void)fprintf(fd,"Software ID : %02x ",tmpc);
526 if (tmpc == 0) {
529 if (tmpc == 254) {
531 tmpc = 0;
533 if (tmpc == 255) {
535 tmpc = 0;
537 if (tmpc > 0) {
539 for (i = 0; i < ((int) tmpc); i++) {
548 tmpc = mopGetChar(pkt,idx);
549 (void)fprintf(fd,"System Proc : %02x ",tmpc);
550 switch (tmpc) {
576 tmpc = mopGetChar(pkt,idx);
577 (void)fprintf(fd,"Data Link Typ: %02x ",tmpc);
578 switch (tmpc) {