Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rbootd/
H A Drmpproto.c207 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendServerID()
267 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendFileNo()
384 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
H A Drmp_var.h97 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ macro