Searched defs:rmp_boot_req (Results 1 – 2 of 2) sorted by relevance
115 struct rmp_boot_req { /* boot request */ struct116 u_char rmp_type; /* packet type (RMP_BOOT_REQ) */117 u_char rmp_retcode; /* return code (0) */118 u_long rmp_seqno; /* sequence number (real time clock) */119 u_short rmp_session; /* session id (normally 0) */120 u_short rmp_version; /* protocol version (RMP_VERSION) */121 char rmp_machtype[RMPMACHLEN]; /* machine type */122 u_char rmp_flnmsize; /* length of rmp_flnm */123 restofpkt rmp_flnm; /* name of file to be read */
150 struct rmp_boot_req { /* boot request */ struct151 u_char rmp_type; /* packet type (RMP_BOOT_REQ) */152 u_char rmp_retcode; /* return code (0) */153 u_word rmp_seqno; /* sequence number (real time clock) */154 u_short rmp_session; /* session id (normally 0) */155 u_short rmp_version; /* protocol version (RMP_VERSION) */156 char rmp_machtype[RMP_MACHLEN]; /* machine type */157 u_char rmp_flnmsize; /* length of rmp_flnm */158 restofpkt rmp_flnm; /* name of file to be read */