Home
last modified time | relevance | path

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

/NextBSD/libexec/rbootd/
HDrmp_var.h170 u_int8_t rmp_type; /* packet type */ member
175 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */ member
186 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */ member
196 u_int8_t rmp_type; /* packet type (RMP_READ_REQ) */ member
204 u_int8_t rmp_type; /* packet type (RMP_READ_REPL) */ member
213 u_int8_t rmp_type; /* packet type (RMP_BOOT_DONE) */ member
236 #define r_type rmp_proto.rmp_raw.rmp_type
HDrmpproto.c185 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
238 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendFileNo()
309 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendBootRepl()
481 rpl->r_rrpl.rmp_type = RMP_READ_REPL; in SendReadRepl()