Home
last modified time | relevance | path

Searched refs:RMPBOOTSIZE (Results 1 – 2 of 2) 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()
H A Drmp_var.h95 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ macro