Searched refs:rmp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c87 struct rmp_packet *rmp; local
113 rmp = &rconn->rmp;
117 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl));
121 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap));
127 switch(rmp->r_type) {
130 GETWORD(rmp
[all...]
H A Drmpproto.c90 struct rmp_packet *rmp; local
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,
159 EnetStr(rconn), rmp->r_type);
182 rpl = &rconn->rmp; /* cach
[all...]
H A Ddefs.h47 #include "rmp.h"
100 * Using `rmp.hp_hdr.saddr' works because this field is *never* changed;
103 #define EnetStr(rptr) GetEtherAddr(&(rptr)->rmp.hp_hdr.saddr[0])
119 struct rmp_packet rmp; /* RMP packet */ member in struct:rmpconn_s
H A Dbpf.c340 memmove((char *)&rconn->rmp, (char *)bp + hdrlen, caplen);
365 if (write(BpfFd, (char *)&rconn->rmp, rconn->rmplen) < 0) {
H A Drbootd.c321 EnetStr(rtmp), rtmp->rmp.r_type);
349 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c142 * Compute the greatest common divisor of mp1 and mp2; result goes in rmp.
145 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
157 _moveb("gcd", b, rmp);
187 * Compute rmp=mp1+mp2.
190 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) argument
198 _moveb(msg, b, rmp);
203 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
206 _madd("madd", mp1, mp2, rmp);
230 * Compute qmp=nmp/dmp and rmp=nmp%dmp.
233 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, argument
252 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) argument
292 MINT *rmp; local
370 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) argument
411 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) argument
424 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
492 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) argument
505 mp_mult(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
521 mp_pow(const MINT *bmp, const MINT *emp, const MINT *mmp, MINT *rmp) argument
542 mp_rpow(const MINT *bmp, short e, MINT *rmp) argument
569 MINT *dmp, *rmp; local
[all...]

Completed in 42 milliseconds