Lines Matching refs:tmps

44 	u_short	len,tmps,moplen;
65 tmps = mopGetShort(pkt,&idx);
66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps);
72 tmps = mopGetShort(pkt,&idx);
73 (void)fprintf(fd,"Verification : %04x\n",tmps);
142 tmps = mopGetShort(pkt,&idx); /* Receipt # */
150 tmps = mopGetShort(pkt,&idx);
151 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps);
156 tmps = mopGetShort(pkt,&idx);
157 (void)fprintf(fd,"Receipt Nbr : %04x %d\n",tmps,tmps);
159 tmps = mopGetShort(pkt,&idx);
160 (void)fprintf(fd,"Last Zeroed : %04x %d\n",tmps,tmps);
189 tmps = mopGetShort(pkt,&idx);
190 (void)fprintf(fd,"Snd failure : %04x %d\n",tmps,tmps);
192 tmps = mopGetShort(pkt,&idx);
193 (void)fprintf(fd,"Snd fail reas: %04x ",tmps);
194 if ((tmps & 1)) (void)fprintf(fd,"Excess col ");
195 if ((tmps & 2)) (void)fprintf(fd,"Carrier chk fail ");
196 if ((tmps & 4)) (void)fprintf(fd,"Short circ ");
197 if ((tmps & 8)) (void)fprintf(fd,"Open circ ");
198 if ((tmps & 16)) (void)fprintf(fd,"Frm to long ");
199 if ((tmps & 32)) (void)fprintf(fd,"Rem fail to defer ");
202 tmps = mopGetShort(pkt,&idx);
203 (void)fprintf(fd,"Rec failure : %04x %d\n",tmps,tmps);
205 tmps = mopGetShort(pkt,&idx);
206 (void)fprintf(fd,"Rec fail reas: %04x ",tmps);
207 if ((tmps & 1)) (void)fprintf(fd,"Block chk err ");
208 if ((tmps & 2)) (void)fprintf(fd,"Framing err ");
209 if ((tmps & 4)) (void)fprintf(fd,"Frm to long ");
212 tmps = mopGetShort(pkt,&idx);
213 (void)fprintf(fd,"Unrec frm dst: %04x %d\n",tmps,tmps);
215 tmps = mopGetShort(pkt,&idx);
216 (void)fprintf(fd,"Data overrun : %04x %d\n",tmps,tmps);
218 tmps = mopGetShort(pkt,&idx);
219 (void)fprintf(fd,"Sys Buf Unava: %04x %d\n",tmps,tmps);
221 tmps = mopGetShort(pkt,&idx);
222 (void)fprintf(fd,"Usr Buf Unava: %04x %d\n",tmps,tmps);