u_char bp_htype; /* hardware addr type */
u_char bp_hlen; /* hardware addr length */
u_char bp_hops; /* gateway hops */
- u_long bp_xid; /* transaction ID */
+ u_int32_t bp_xid; /* transaction ID */
u_short bp_secs; /* seconds since boot began */
u_short bp_unused;
iaddr_t bp_ciaddr; /* client IP address */
*/
struct vend {
u_char v_magic[4]; /* magic number */
- u_long v_flags; /* flags/opcodes, etc. */
+ u_int32_t v_flags; /* flags/opcodes, etc. */
u_char v_unused[56]; /* currently unused */
};
#define VM_STANFORD "STAN" /* v_magic for Stanford */