Searched refs:RMPBOOTSIZE (Results 1 – 2 of 2) sorted by relevance
207 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()
97 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ macro