Lines Matching refs:tmpc
43 u_char tmpc,code,control; in mopDumpRC() local
62 tmpc = mopGetChar(pkt,&idx); in mopDumpRC()
63 (void)fprintf(fd,"Reserved : %02x\n",tmpc); in mopDumpRC()
79 tmpc = mopGetChar(pkt,&idx); /* Processor */ in mopDumpRC()
80 (void)fprintf(fd,"Processor : %02x ",tmpc); in mopDumpRC()
81 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n"); in mopDumpRC()
102 tmpc = mopGetChar(pkt,&idx);/* Device ID */ in mopDumpRC()
104 "Device ID : %02x '",tmpc); in mopDumpRC()
105 for (i = 0; i < ((int) tmpc); i++) { in mopDumpRC()
112 tmpc = mopGetChar(pkt,&idx); /* Software ID */ in mopDumpRC()
113 (void)fprintf(fd,"Software ID : %02x ",tmpc); in mopDumpRC()
114 if (tmpc == 0) { in mopDumpRC()
117 if (tmpc == 254) { in mopDumpRC()
119 tmpc = 0; in mopDumpRC()
121 if (tmpc == 255) { in mopDumpRC()
123 tmpc = 0; in mopDumpRC()
125 if (tmpc > 0) { in mopDumpRC()
127 for (i = 0; i < ((int) tmpc); i++) { in mopDumpRC()
139 tmpc = mopGetChar(pkt,&idx); /* Reserved */ in mopDumpRC()
140 (void)fprintf(fd, "Reserved : %02x\n",tmpc); in mopDumpRC()
143 (void)fprintf(fd, "Receipt Nbr : %04x\n",tmpc); in mopDumpRC()
238 tmpc = mopGetChar(pkt,&idx); in mopDumpRC()
240 "Control Flags: %02x Message %d ",tmpc,tmpc & 1); in mopDumpRC()
241 if ((tmpc & 2)) in mopDumpRC()
273 tmpc = mopGetChar(pkt,&idx); in mopDumpRC()
275 "Control Flags: %02x Message %d ",tmpc,tmpc & 1); in mopDumpRC()
276 if ((tmpc & 2)) in mopDumpRC()
278 if ((tmpc & 4)) in mopDumpRC()