Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rbootd/
H A Drmpproto.c193 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID()
246 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of filename */ in SendFileNo()
315 rpl->r_brpl.rmp_flnmsize = req->r_brq.rmp_flnmsize; in SendBootRepl()
322 if (req->r_brq.rmp_flnmsize) in SendBootRepl()
327 req->r_brq.rmp_flnmsize = strlen(src); in SendBootRepl()
329 for (i = 0; i < req->r_brq.rmp_flnmsize; i++) in SendBootRepl()
384 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
H A Drmp_var.h183 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
193 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
H A Dutils.c144 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm); in DispPkt()
152 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm); in DispPkt()