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