Home | History | Annotate | Download | only in common

Lines Matching defs:tmpc

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