Searched defs:rmp_boot_repl (Results 1 – 2 of 2) sorted by relevance
126 struct rmp_boot_repl { /* boot reply */ struct127 u_char rmp_type; /* packet type (RMP_BOOT_REPL) */128 u_char rmp_retcode; /* return code (normally 0) */129 u_long rmp_seqno; /* sequence number (from boot req) */130 u_short rmp_session; /* session id (generated) */131 u_short rmp_version; /* protocol version (RMP_VERSION) */132 u_char rmp_flnmsize; /* length of rmp_flnm */133 restofpkt rmp_flnm; /* name of file (from boot req) */
161 struct rmp_boot_repl { /* boot reply */ struct162 u_char rmp_type; /* packet type (RMP_BOOT_REPL) */163 u_char rmp_retcode; /* return code (normally 0) */164 u_word rmp_seqno; /* sequence number (from boot req) */165 u_short rmp_session; /* session id (generated) */166 u_short rmp_version; /* protocol version (RMP_VERSION) */167 u_char rmp_flnmsize; /* length of rmp_flnm */168 restofpkt rmp_flnm; /* name of file (from boot req) */