Searched refs:GETWORD (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c130 GETWORD(rmp->r_brq.rmp_seqno, t);
148 GETWORD(rmp->r_brpl.rmp_seqno, t);
156 GETWORD(rmp->r_rrq.rmp_offset, t);
164 GETWORD(rmp->r_rrpl.rmp_offset, t);
H A Drmp_var.h128 * GETWORD(w,i) Copy u_word `w' into int `i'.
140 #define GETWORD(w, i) (i) = ntohl(w) macro
158 #define GETWORD(w, i) \ macro
H A Drmpproto.c234 GETWORD(req->r_brpl.rmp_seqno, i); /* SeqNo is really FileNo */
450 GETWORD(req->r_rrq.rmp_offset, size);

Completed in 70 milliseconds