Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
netio_send_pkt_context_t Struct Reference

Packet send context. More...

#include <netio_intf.h>

Data Fields

uint8_t flags
 
uint8_t datalen
 
uint32_t request [9]
 
uint32_tdata
 

Detailed Description

Packet send context.

Packet send context for use with netio_send_packet_prepare and _commit.

Definition at line 2638 of file netio_intf.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: