]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_var.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / netinet / ip_var.h
index b994281ca7c9ac89894cda2acc88d1a58539da26..c7930df60666ddcdde753febeb76ce869ef81726 100644 (file)
@@ -81,6 +81,7 @@ 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 */
 #if IPDIVERT
        u_short ipq_divert;             /* divert protocol port */
        u_short ipq_div_cookie;         /* divert protocol cookie */