Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/rbootd/
Drmpproto.c194 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID()
251 dst = (char *)&rpl->r_brpl.rmp_flnm; in SendFileNo()
315 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl()
317 src = &req->r_brq.rmp_flnm; in SendBootRepl()
Drmp_var.h183 restofpkt rmp_flnm; /* name of file to be read */ member
193 restofpkt rmp_flnm; /* name of file (from boot req) */ member
Dutils.c139 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm); in DispPkt()
147 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm); in DispPkt()