Home
last modified time | relevance | path

Searched refs:RMP_BOOT_REPL (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/rbootd/
H A Drmpproto.c122 case RMP_BOOT_REPL: /* boot reply (not valid) */ in ProcessPacket()
177 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
230 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendFileNo()
301 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendBootRepl()
417 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in SendReadRepl()
521 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in BootDone()
H A Drmp_var.h48 #define RMP_BOOT_REPL 129 /* boot reply packet */ macro
H A Dutils.c136 case RMP_BOOT_REPL: /* boot reply */ in DispPkt()