packet.h header
This header is used by network. For more information, see:
packet.h contains the following programming interfaces:
Functions
NetPacketGetExtension The NetPacketGetExtension function retrieves information stored in one of a packet's extensions. |
NetPacketIsIpv4 The NetPacketIsIpv4 function determines if a NET_PACKET is an IPv4 packet. This function is reserved for system use. Do not call this function from your code. |
NetPacketIsIpv6 The NetPacketIsIpv6 function determines if a NET_PACKET is an IPv6 packet. This function is reserved for system use. Do not call this function from your code. |
Structures
NET_PACKET Represents a single network packet. |
NET_PACKET_LAYOUT A NET_PACKET_LAYOUT structure describes the start of each protocol header in a NET_PACKET. |