HomeSort by: relevance | last modified time | path
    Searched refs:rmp_type (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
rmp_var.h 46 * 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
rmpproto.c 187 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
240 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
311 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
492 rpl->r_rrpl.rmp_type = RMP_READ_REPL;

Completed in 14 milliseconds