]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/netdefines.py
xnu-4570.20.62.tar.gz
[apple/xnu.git] / tools / lldbmacros / netdefines.py
old mode 100644 (file)
new mode 100755 (executable)
index c35a01e..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",