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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Dutils.c132 GETWORD(rmp->r_brq.rmp_seqno, t);
150 GETWORD(rmp->r_brpl.rmp_seqno, t);
158 GETWORD(rmp->r_rrq.rmp_offset, t);
166 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.c240 GETWORD(req->r_brpl.rmp_seqno, i); /* SeqNo is really FileNo */
468 GETWORD(req->r_rrq.rmp_offset, size);

Completed in 59 milliseconds