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