Searched defs:rmp_boot_repl (Results 1 – 1 of 1) sorted by relevance
183 struct rmp_boot_repl { /* boot reply */ struct184 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */185 u_int8_t rmp_retcode; /* return code (normally 0) */186 u_word rmp_seqno; /* sequence number (from boot req) */187 u_int16_t rmp_session; /* session id (generated) */188 u_int16_t rmp_version; /* protocol version (RMP_VERSION) */189 u_int8_t rmp_flnmsize; /* length of rmp_flnm */190 restofpkt rmp_flnm; /* name of file (from boot req) */