Home
last modified time | relevance | path

Searched refs:rmplen (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/rbootd/
H A Drmpproto.c197 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendServerID()
257 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendFileNo()
366 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
478 oldconn->rmplen = RMPREADSIZE(size); /* set size of packet */ in SendReadRepl()
556 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr)); in SendPacket()
H A Dbpf.c327 rconn->rmplen = caplen; in BpfRead()
355 if (write(BpfFd, (char *)&rconn->rmp, rconn->rmplen) < 0) { in BpfWrite()
H A Ddefs.h116 int rmplen; /* length of packet */ member
H A Dutils.c158 rconn->rmplen - RMPREADSIZE(0)); in DispPkt()