Home
last modified time | relevance | path

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

/csrg-svn/sys/deprecated/netrmp/
H A Drmp_var.h115 struct rmp_boot_req { /* boot request */ struct
116 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 */
/csrg-svn/libexec/rbootd/
H A Drmp_var.h150 struct rmp_boot_req { /* boot request */ struct
151 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 */