RtnFreeRecvBuffers

RtnFreeRecvBuffers is called to de-allocate (free) the receive packet pool for a driver. RtnFreeRecvBuffers is normally called in the RtndUpDown function when the driver is being stopped.

Syntax

void RtnFreeRecvBuffers(
    void *ndp
);

Parameters

ndp

Network Device Pointer. Opaque network device identifier (pointer).

Return Values

None.

Requirements

Header Drvutl.h
Library Rtxtcpip.lib
IntervalZero.com | Support | Give Feedback