]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/kpi_ipfilter.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / netinet / kpi_ipfilter.h
index 392d0650b739ea97512df86dfde6bcb5df999863..ae9adf13db5227de83edb9a27813dfc5fa406b04 100644 (file)
@@ -50,14 +50,14 @@ struct ipf_pktopts {
        int                             ippo_mcast_loop;
        u_int8_t                        ippo_mcast_ttl;
 };
-#define IPPOF_MCAST_OPTS       0x1
+#define        IPPOF_MCAST_OPTS        0x1
 #ifdef PRIVATE
-#define IPPOF_BOUND_IF         0x2
-#define IPPOF_NO_IFT_CELLULAR  0x4
-#define IPPOF_SELECT_SRCIF     0x8
-#define IPPOF_BOUND_SRCADDR    0x10
-#define IPPOF_SHIFT_IFSCOPE    16
-#define IPPOF_NO_IFF_EXPENSIVE 0x20
+#define        IPPOF_BOUND_IF          0x2
+#define        IPPOF_NO_IFT_CELLULAR   0x4
+#define        IPPOF_SELECT_SRCIF      0x8
+#define        IPPOF_BOUND_SRCADDR     0x10
+#define        IPPOF_SHIFT_IFSCOPE     16
+#define        IPPOF_NO_IFF_EXPENSIVE  0x20
 #endif /* PRIVATE */
 
 typedef struct ipf_pktopts *ipf_pktopts_t;