Home
last modified time | relevance | path

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

/freebsd-9-stable/libexec/rbootd/
Drmpproto.c209 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendServerID()
269 rconn->rmplen = RMPBOOTSIZE(*size); /* set packet length */ in SendFileNo()
377 rconn->rmplen = RMPBOOTSIZE(rpl->r_brpl.rmp_flnmsize); in SendBootRepl()
Drmp_var.h99 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ macro