DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_nd_ctrl_req(3udi)


Network control operation request

SYNOPSIS

#include <udi.h>

void udi_nd_ctrl_req (

	udi_nic_ctrl_cb_t *cb );
 

ARGUMENTS cb is a pointer to a Network Interface Metalanguage control operation control block.

TARGET CHANNEL This request is issued to the ND driver over the Network Interface Metalanguage control channel. If the control block used for this operation has been received from a previous control acknowledgement operation from the ND on this channel then the channel parameter will already be set to the correct value; this is the recommended mode of operation.

DESCRIPTION The udi_nd_ctrl_req operation is used to perform various network control functions on the ND and/or controlled adapter card.

The network control operations are described in more detail in the description of the udi_nic_ctrl_cb_t structure.

This request cannot be aborted.

REFERENCES udi_nsr_ctrl_ack, udi_nic_ctrl_cb_t


UDI NIC Driver Specification Contents