]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/netdefines.py
xnu-4570.51.1.tar.gz
[apple/xnu.git] / tools / lldbmacros / netdefines.py
old mode 100644 (file)
new mode 100755 (executable)
index 8fff027..7301b97
@@ -7,7 +7,12 @@ if_capenable_strings = ["RXCSUM",
                         "TSO6",
                         "LRO",
                         "AV",
-                        "TXSTATUS"
+                        "TXSTATUS",
+                        "CHANNEL_IO",
+                        "HW_TIMESTAMP",
+                        "SW_TIMESTAMP",
+                        "CSUM_PARTIAL",
+                        "CSUM_ZERO_INVERT"
                        ]
 
 if_flags_strings = ["UP",
@@ -120,6 +125,6 @@ INPCB_STATE_DEAD   =       0x3
 
 INP2_TIMEWAIT      =       0x00000001
 INP2_IN_FCTREE     =       0x00000002
-INP2_WANT_FLOW_DIVERT =    0x00000004
+INP2_WANT_APP_POLICY =    0x00000004
 
 N_TIME_WAIT_SLOTS = 128