RttcpipfltConfigure
RttcpipfltConfigure is called once for each NIC associated with the Filter Driver at TCP/IP Stack startup. This allows the Filter Driver to perform one-time resource allocation or initialization for this NIC.
Syntax
VOID RttcpipfltConfigure(
[in] VOID *ndptr
);
Parameters
ndptr
Network device pointer. This is an opaque pointer that identifies the NIC being initialized. This pointer can be used as a parameter for various TCP/IP Stack API functions, such as RttcpipGetDeviceName, RttcpipGetIpAddress, etc.
Return Value
None.
Requirements
| Minimum supported version | Header |
|---|---|
|
wRTOS 1.0 SDK |
Rttcpipflt.h |