Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rbootd/
H A Drmpproto.c181 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID()
234 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of filename */ in SendFileNo()
303 rpl->r_brpl.rmp_flnmsize = req->r_brq.rmp_flnmsize; in SendBootRepl()
310 if (req->r_brq.rmp_flnmsize) in SendBootRepl()
315 req->r_brq.rmp_flnmsize = strlen(src); in SendBootRepl()
317 for (i = 0; i < req->r_brq.rmp_flnmsize; i++) in SendBootRepl()
372 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
H A Drmp_var.h182 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
192 u_int8_t rmp_flnmsize; /* length of rmp_flnm */ member
H A Dutils.c125 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm); in DispPkt()
133 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm); in DispPkt()