diff options
Diffstat (limited to 'usr/src/uts/common/sys/dlpi.h')
| -rw-r--r-- | usr/src/uts/common/sys/dlpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dlpi.h b/usr/src/uts/common/sys/dlpi.h index c35f9dc27d..1169d68d68 100644 --- a/usr/src/uts/common/sys/dlpi.h +++ b/usr/src/uts/common/sys/dlpi.h @@ -689,6 +689,8 @@ typedef struct { /* ability */ #define HCKSUM_INET_FULL_V4 0x04 /* Full 1's complement checksum */ /* ability for IPv4 packets. */ +#define HCKSUM_INET_FULL_V6 0x08 /* Full 1's complement checksum */ + /* ability for IPv6 packets. */ #define HCKSUM_IPHDRCKSUM 0x10 /* IPv4 Header checksum offload */ /* capability */ #ifdef _KERNEL |
