]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_var.h
xnu-517.7.21.tar.gz
[apple/xnu.git] / bsd / netinet / ip_var.h
index b591a22bc26d376b004b4aba42d0e47e85d49419..d5c0f22f655d385cd45611c0d9cba8316f450e12 100644 (file)
@@ -83,7 +83,8 @@ struct ipq {
        u_short ipq_id;                 /* sequence id for reassembly */
        struct mbuf *ipq_frags;         /* to ip headers of fragments */
        struct  in_addr ipq_src,ipq_dst;
-       u_long  reserved[4];            /* for future use */
+       u_long  ipq_nfrags;
+       u_long  reserved[3];            /* for future use */
 #if IPDIVERT
 #ifdef IPDIVERT_44
        u_int32_t ipq_div_info;         /* ipfw divert port & flags */