RtnAllocRecvBuffers

RtnAllocRecvBuffers is called to allocate (fill) the receive packet pool for a driver. RtnAllocRecvBuffers is normally called in the RtndUpDown function when the driver is being started.

Syntax

void RtnAllocRecvBuffers(
    void *ndp
);

Parameters

ndp

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

Return Value

None.

Requirements

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