DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_nsr_status_ind(3udi)


Network status indication

SYNOPSIS

#include <udi.h>

void udi_nsr_status_ind (

	udi_nic_status_cb_t *cb );
 

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

TARGET CHANNEL This request is issued to the NSR over the Network Interface Metalanguage control channel.

DESCRIPTION The udi_nsr_status_ind indication is used by the ND to asynchronously notify the NSR of various status information such as any change in link status. The NSR should evaluate the status indication, perform the appropriate action, and then deallocate the status indication control block.

The ND is responsible for allocating the udi_nic_status_cb_t for this operation since this operation originates in the ND and is not a response to an NSR request. The ND may not abort this operation once it is issued to the NSR.

REFERENCES udi_nic_status_cb_t


UDI NIC Driver Specification Contents