HomeSort by: relevance | last modified time | path
    Searched defs:rmp_type (Results 1 - 1 of 1) 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

Completed in 11 milliseconds