SendPacketToAdapter

BOOL CNdisApi::SendPacketToAdapter ( PETH_REQUEST pPacket );

Return Value:
TRUE if call was successful, FALSE otherwise

Parameters:
pPacket
Pointer to the user allocated and initialized ETH_REQUEST structure.

Remarks:

The following fields of ETH_REQUEST must be initialized:

The following fields of the INTERMEDIATE_BUFFER should be initialized:

  • INTERMEDIATE_BUFFER.m_IBuffer should contain Ethernet packet
  • INTERMEDIATE_BUFFER.m_Length should be initialized to the actual length of the packet
  • INTERMEDIATE_BUFFER.m_Flags should be initialized by combination of NDIS_FLAGS_XXX (defined in ndis.h). Look at these flags for details. Note, that these flags usually don’t work for the old NDIS versions.

This member calls the filter driver with IOCTL_NDISRD_SEND_PACKET_TO_ADAPTER control code (see details below).

IOCTL_NDISRD_SEND_PACKET_TO_ADAPTER

Input Buffer_ETH_REQUEST
Input Buffer Sizesizeof (_ETH_REQUEST)
Output BufferNone
Output Buffer Size0