Home
last modified time | relevance | path

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

/dflybsd-src/libexec/rbootd/
H A Drmp_var.h169 struct rmp_boot_repl { /* boot reply */ struct
170 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */
171 u_int8_t rmp_retcode; /* return code (normally 0) */
172 u_word rmp_seqno; /* sequence number (from boot req) */
173 u_int16_t rmp_session; /* session id (generated) */
174 u_int16_t rmp_version; /* protocol version (RMP_VERSION) */
175 u_int8_t rmp_flnmsize; /* length of rmp_flnm */
176 restofpkt rmp_flnm; /* name of file (from boot req) */