Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Drmpproto.c199 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendServerID()
259 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendFileNo()
370 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
482 oldconn->rmplen = RMPREADSIZE(size); /* set size of packet */ in SendReadRepl()
560 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr)); in SendPacket()
H A Dbpf.c325 rconn->rmplen = caplen; in BpfRead()
353 if (write(BpfFd, (char *)&rconn->rmp, rconn->rmplen) < 0) { in BpfWrite()
H A Ddefs.h118 int rmplen; /* length of packet */ member
H A Dutils.c160 rconn->rmplen - RMPREADSIZE(0)); in DispPkt()