udi_nd_tx_ops_t(3udi)
ND transmit entry point ops vector
SYNOPSIS
#include <udi.h>
typedef const struct {
udi_channel_event_ind_op_t *channel_event_ind_op;
udi_nd_tx_req_op_t *nd_tx_req_op;
udi_nd_exp_tx_req_op_t *nd_exp_tx_req_op;
} udi_nd_tx_ops_t;
/* ND TX Ops Vector Number */
#define UDI_ND_TX_OPS_NUM 2
DESCRIPTION A Network Driver uses the udi_nd_tx_ops_t structure in a udi_ops_init_t as part of its udi_init_info in order to register its entry points for the Network Interface Metalanguage transmit channel operations.
REFERENCES udi_nd_ctrl_ops_t, udi_nd_rx_ops_t