// packet.h
BOOLEAN NetPacketIsIpv6(
const NET_PACKET *packet
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetPacketIsIpv6 function determines if a NET_PACKET is an IPv6 packet.
[!WARNING] This function is reserved for system use. Do not call this function from your code.
packetA pointer to a NET_PACKET structure.
Returns TRUE if the packet is an IPv6 packet; false otherwise.