]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_flow.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / netinet / ip_flow.h
index 37dcbddeebe8cb50cab60d94ffadc9107852bf45..972d9635184ffb9798ed834e7b6dd68fafc637b1 100644 (file)
@@ -75,12 +75,12 @@ struct ipflow {
 
        u_int8_t ipf_tos;               /* type-of-service */
        struct route ipf_ro;            /* associated route entry */
-       u_long ipf_uses;                /* number of uses in this period */
+       u_int32_t ipf_uses;             /* number of uses in this period */
 
        int ipf_timer;                  /* remaining lifetime of this entry */
-       u_long ipf_dropped;             /* ENOBUFS returned by if_output */
-       u_long ipf_errors;              /* other errors returned by if_output */
-       u_long ipf_last_uses;           /* number of uses in last period */
+       u_int32_t ipf_dropped;          /* ENOBUFS returned by if_output */
+       u_int32_t ipf_errors;           /* other errors returned by if_output */
+       u_int32_t ipf_last_uses;                /* number of uses in last period */
 };
 #endif /* KERNEL_PRIVATE */