Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Dutils.c120 GETWORD(rmp->r_brq.rmp_seqno, t); in DispPkt()
138 GETWORD(rmp->r_brpl.rmp_seqno, t); in DispPkt()
146 GETWORD(rmp->r_rrq.rmp_offset, t); in DispPkt()
154 GETWORD(rmp->r_rrpl.rmp_offset, t); in DispPkt()
H A Drmp_var.h136 #define GETWORD(w, i) (i) = ntohl(w) macro
154 #define GETWORD(w, i) \ macro
H A Drmpproto.c224 GETWORD(req->r_brpl.rmp_seqno, i); /* SeqNo is really FileNo */ in SendFileNo()
440 GETWORD(req->r_rrq.rmp_offset, size); in SendReadRepl()