Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/rbootd/
Drmpproto.c200 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID()
257 dst = (char *)&rpl->r_brpl.rmp_flnm; in SendFileNo()
321 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl()
323 src = &req->r_brq.rmp_flnm; in SendBootRepl()
Drmp_var.h184 restofpkt rmp_flnm; /* name of file to be read */ member
194 restofpkt rmp_flnm; /* name of file (from boot req) */ member
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()