X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405:/tools/lldbmacros/netdefines.py diff --git a/tools/lldbmacros/netdefines.py b/tools/lldbmacros/netdefines.py old mode 100644 new mode 100755 index c35a01e2d..7301b9747 --- a/tools/lldbmacros/netdefines.py +++ b/tools/lldbmacros/netdefines.py @@ -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",