KITL Functions for Ethernet Drivers (Windows Embedded CE 6.0)
1/5/2010
The following table shows the production-quality OAL functions that apply to Ethernet, USB Ethernet, and USB RNDIS drivers. These functions are provided for you in the common kernel independent transport layer (KITL) library (OAL_Kitl.lib).
Programming element | Description |
---|---|
This function pointer updates the current packet filter for the KITL Ethernet device driver. |
|
This function pointer de-initializes the KITL Ethernet device driver. |
|
This function pointer disables the KITL transport interrupts if the transport is interrupt-based. |
|
This function pointer enables the KITL transport interrupts if the transport is interrupt-based. |
|
This function pointer checks to see if a frame has been received, and, if one has been received, it copies the frame to a buffer. |
|
This function pointer initializes direct memory access (DMA) buffers for the KITL Ethernet device driver. |
|
This function pointer initializes the KITL Ethernet device driver. |
|
This function pointer updates multicast addresses for the KITL Ethernet device driver. |
|
This function pointer turns off the KITL Ethernet hardware. |
|
This function pointer turns on the KITL Ethernet hardware. |
|
This function pointer sends an Ethernet frame. |
|
This function creates the KITL device name from the prefix and the media access control (MAC) address. |
|
This function converts the IP address to a string. |
|
This function converts the MAC address to a string. |
|
This function converts a string to an IP address. |
|
This function converts a string to a MAC address. |
See Also
Reference
KITL Functions for Production-Quality OAL
KITL Reference for Production-Quality OAL