Lines Matching defs:rmp
68 ** An RMP BOOT packet has been received. Look at the type field
90 struct rmp_packet *rmp;
93 rmp = &rconn->rmp; /* cache pointer to RMP packet */
95 switch(rmp->r_type) { /* do what we came here to do */
115 if (ntohs(rmp->r_brq.rmp_session) == RMP_PROBESID) {
116 if (WORDZE(rmp->r_brq.rmp_seqno))
119 (void) SendFileNo(rmp, rconnout,
124 if (SendBootRepl(rmp, rconnout,
157 default: /* unknown RMP packet type */
159 EnetStr(rconn), rmp->r_type);
182 rpl = &rconn->rmp; /* cache ptr to RMP packet */
216 ** req - RMP BOOT packet containing the request.
235 rpl = &rconn->rmp; /* cache ptr to RMP packet */
276 ** req - RMP BOOT packet containing the request.
306 rpl = &rconn->rmp; /* cache ptr to RMP packet */
422 req = &rconn->rmp; /* cache ptr to request packet */
423 rpl = &oldconn->rmp; /* cache ptr to reply packet */
533 rpl = &oldconn->rmp; /* cache ptr to RMP packet */
538 if (ntohs(rconn->rmp.r_rrq.rmp_session) !=
554 ** SendPacket -- send an RMP packet to a remote host.
572 memmove((char *)&rconn->rmp.hp_hdr.daddr[0],
573 (char *)&rconn->rmp.hp_hdr.saddr[0], RMP_ADDRLEN);
574 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr));
579 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP);
580 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP);
591 * Send RMP packet to remote host.