Lines Matching refs:rmp

85 	struct rmp_packet *rmp;  in DispPkt()  local
111 rmp = &rconn->rmp; in DispPkt()
115 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl)); in DispPkt()
119 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap)); in DispPkt()
125 switch(rmp->r_type) { in DispPkt()
128 GETWORD(rmp->r_brq.rmp_seqno, t); in DispPkt()
129 if (ntohs(rmp->r_brq.rmp_session) == RMP_PROBESID) { in DispPkt()
130 if (WORDZE(rmp->r_brq.rmp_seqno)) in DispPkt()
136 (void) fprintf(DbgFp, BootFmt, rmp->r_brq.rmp_retcode, in DispPkt()
137 t, ntohs(rmp->r_brq.rmp_session), in DispPkt()
138 ntohs(rmp->r_brq.rmp_version)); in DispPkt()
141 (void) fputc(rmp->r_brq.rmp_machtype[i], DbgFp); in DispPkt()
142 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm); in DispPkt()
146 GETWORD(rmp->r_brpl.rmp_seqno, t); in DispPkt()
147 (void) fprintf(DbgFp, BootFmt, rmp->r_brpl.rmp_retcode, in DispPkt()
148 t, ntohs(rmp->r_brpl.rmp_session), in DispPkt()
149 ntohs(rmp->r_brpl.rmp_version)); in DispPkt()
150 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm); in DispPkt()
154 GETWORD(rmp->r_rrq.rmp_offset, t); in DispPkt()
155 (void) fprintf(DbgFp, ReadFmt, rmp->r_rrq.rmp_retcode, in DispPkt()
156 t, ntohs(rmp->r_rrq.rmp_session)); in DispPkt()
158 ntohs(rmp->r_rrq.rmp_size)); in DispPkt()
162 GETWORD(rmp->r_rrpl.rmp_offset, t); in DispPkt()
163 (void) fprintf(DbgFp, ReadFmt, rmp->r_rrpl.rmp_retcode, in DispPkt()
164 t, ntohs(rmp->r_rrpl.rmp_session)); in DispPkt()
171 rmp->r_done.rmp_retcode, in DispPkt()
172 ntohs(rmp->r_done.rmp_session)); in DispPkt()
176 rmp->r_type); in DispPkt()
500 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0], in FindConn()
501 (char *)&rtmp->rmp.hp_hdr.saddr[0], RMP_ADDRLEN) == 0) in FindConn()