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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp_var.h46 * Possible values for "rmp_type" fields.
172 u_int8_t rmp_type; /* packet type */ member in struct:rmp_raw
177 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */ member in struct:rmp_boot_req
188 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */ member in struct:rmp_boot_repl
198 u_int8_t rmp_type; /* packet type (RMP_READ_REQ) */ member in struct:rmp_read_req
206 u_int8_t rmp_type; /* packet type (RMP_READ_REPL) */ member in struct:rmp_read_repl
215 u_int8_t rmp_type; /* packet type (RMP_BOOT_DONE) */ member in struct:rmp_boot_done
238 #define r_type rmp_proto.rmp_raw.rmp_type
H A Drmpproto.c190 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
246 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
320 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
502 rpl->r_rrpl.rmp_type = RMP_READ_REPL;

Completed in 57 milliseconds