]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/bootp.h
xnu-1228.9.59.tar.gz
[apple/xnu.git] / bsd / netinet / bootp.h
index 29a39d30ff5b8e6bae23caaf31dfd08591a7e71a..27f2581de6ac15c39cfcf34557832c2278f6ed0b 100644 (file)
@@ -50,7 +50,7 @@ struct bootp {
        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 */
@@ -74,7 +74,7 @@ struct bootp {
  */
 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 */