Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The NetOffloadIsLsoIPv6Enabled function determines whether a net adapter has large send offload (LSO) enabled for IPv6 packets.
Syntax
BOOLEAN NetOffloadIsLsoIPv6Enabled(
[_In_] NETOFFLOAD Offload
);
Parameters
[_In_] Offload
A NETOFFLOAD object that represents the net adapter's generic send offload (GSO) capabilities.
Return value
Returns TRUE if LSO is enabled for IPv6 packets, or FALSE if it is not.
Remarks
Client drivers typically call this function during their EVT_NET_ADAPTER_OFFLOAD_SET_GSO callback to test whether an updated set of active GSO capabilities includes LSO for IPv6 packets.
Requirements
| Requirement | Value |
|---|---|
| Minimum UMDF version | 2.33 |
| Header | netadapteroffload.h (include netadaptercx.h) |
| Library | netadaptercxstub.lib |
| IRQL | PASSIVE_LEVEL |