Home
last modified time | relevance | path

Searched defs:rmp_boot_req (Results 1 – 1 of 1) sorted by relevance

/dragonfly/libexec/rbootd/
H A Drmp_var.h158 struct rmp_boot_req { /* boot request */ struct
159 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */
160 u_int8_t rmp_retcode; /* return code (0) */
161 u_word rmp_seqno; /* sequence number (real time clock) */
162 u_int16_t rmp_session; /* session id (normally 0) */
163 u_int16_t rmp_version; /* protocol version (RMP_VERSION) */
164 char rmp_machtype[RMP_MACHLEN]; /* machine type */
165 u_int8_t rmp_flnmsize; /* length of rmp_flnm */
166 restofpkt rmp_flnm; /* name of file to be read */