Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drmpproto.c183 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID()
236 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of filename */ in SendFileNo()
305 rpl->r_brpl.rmp_flnmsize = req->r_brq.rmp_flnmsize; in SendBootRepl()
313 for (i = 0; i < req->r_brq.rmp_flnmsize; i++) in SendBootRepl()
366 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
H A Drmp_var.h179 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
189 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
H A Dutils.c134 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm); in DispPkt()
142 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm); in DispPkt()