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

/freebsd-11-stable/libexec/rbootd/
H A Dutils.c85 struct rmp_packet *rmp; local
111 rmp = &rconn->rmp;
115 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl));
119 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap));
125 switch(rmp->r_type) {
128 GETWORD(rmp
[all...]
H A Drmpproto.c88 struct rmp_packet *rmp; local
91 rmp = &rconn->rmp; /* cache pointer to RMP packet */
93 switch(rmp->r_type) { /* do what we came here to do */
113 if (ntohs(rmp->r_brq.rmp_session) == RMP_PROBESID) {
114 if (WORDZE(rmp->r_brq.rmp_seqno))
117 (void) SendFileNo(rmp, rconnout,
122 if (SendBootRepl(rmp, rconnout,
157 EnetStr(rconn), rmp->r_type);
180 rpl = &rconn->rmp; /* cach
[all...]
H A Ddefs.h45 #include "rmp.h"
98 * Using `rmp.hp_hdr.saddr' works because this field is *never* changed;
101 #define EnetStr(rptr) GetEtherAddr(&(rptr)->rmp.hp_hdr.saddr[0])
117 struct rmp_packet rmp; /* RMP packet */ member in struct:rmpconn_s
H A Dbpf.c338 memmove((char *)&rconn->rmp, (char *)bp + hdrlen, caplen);
363 if (write(BpfFd, (char *)&rconn->rmp, rconn->rmplen) < 0) {
H A Drbootd.c319 EnetStr(rtmp), rtmp->rmp.r_type);
347 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c140 * Compute the greatest common divisor of mp1 and mp2; result goes in rmp.
143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
153 _moveb("gcd", &b, rmp);
183 * Compute rmp=mp1+mp2.
186 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) argument
192 _moveb(msg, &b, rmp);
197 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
200 _madd("madd", mp1, mp2, rmp);
224 * Compute qmp=nmp/dmp and rmp=nmp%dmp.
227 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, argument
242 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) argument
282 MINT *rmp; local
360 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) argument
401 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) argument
412 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
480 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) argument
491 mp_mult(const MINT *mp1, const MINT *mp2, MINT *rmp) argument
507 mp_pow(const MINT *bmp, const MINT *emp, const MINT *mmp, MINT *rmp) argument
526 mp_rpow(const MINT *bmp, short e, MINT *rmp) argument
551 MINT *dmp, *rmp; local
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c3415 must *rmp; local
3418 rmp = --mp;
3421 if (strcmp(lmp->is, rmp->is) != 0)
3425 while (lmp->left[i] != '\0' && lmp->left[i] == rmp->left[i])
3430 rn = strlen(rmp->right);
3435 if (lmp->right[ln - i - 1] != rmp->right[rn - i - 1])
3440 new = inboth(lmp->in, rmp->in);
3468 must *rmp; local
3470 rmp = --mp;
3475 lmp->in = addlists(lmp->in, rmp
[all...]

Completed in 142 milliseconds