Home
last modified time | relevance | path

Searched refs:RMPBOOTSIZE (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/rbootd/
Drmpproto.c201 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendServerID()
261 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendFileNo()
378 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
Drmp_var.h98 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ macro