Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drmp_var.h172 struct rmp_boot_req { /* boot request */ struct
173 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */
174 u_int8_t rmp_retcode; /* return code (0) */
175 u_word rmp_seqno; /* sequence number (real time clock) */
176 u_int16_t rmp_session; /* session id (normally 0) */
177 u_int16_t rmp_version; /* protocol version (RMP_VERSION) */
178 char rmp_machtype[RMP_MACHLEN]; /* machine type */
179 u_int8_t rmp_flnmsize; /* length of rmp_flnm */
180 restofpkt rmp_flnm; /* name of file to be read */