Linux Kernel
3.7.1
|
#include <netio_intf.h>
Data Fields | |
uint8_t | flags |
uint8_t | datalen |
uint32_t | request [9] |
uint32_t * | data |
Packet send context.
Packet send context for use with netio_send_packet_prepare and _commit.
Definition at line 2638 of file netio_intf.h.
Data to be sent to the EPP or shim via IDN.
Definition at line 2649 of file netio_intf.h.
uint8_t datalen |
Number of valid words pointed to by data.
Definition at line 2644 of file netio_intf.h.
uint8_t flags |
Defined below
Definition at line 2643 of file netio_intf.h.
uint32_t request[9] |
Request to be sent to the EPP or shim. Note that this is smaller than the 11-word maximum request size, since some constant values are not saved in the context.
Definition at line 2645 of file netio_intf.h.