DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_nsr_rx_ind(3udi)


Network receive packet indication

SYNOPSIS

#include <udi.h>

void udi_nsr_rx_ind (

	udi_nic_rx_cb_t *cb );
 

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

TARGET CHANNEL This request is issued to the NSR over the Network Interface Metalanguage receive data transfer channel.

DESCRIPTION The udi_nsr_rx_ind is used when the ND has received a packet and is passing it to the NSR for handling by the protocol stack. The cb can be an individual receive control block or a chain of receive control blocks; each control block references a separate received packet. The packet buffer will be parsed and then demultiplexed to the interested protocol stack entities by the NSR, and the cb will subsequently be returned via the udi_nd_rx_rdy operation.

warnings The control block must be one that was passed to the ND previously via the udi_nd_rx_rdy operation.

REFERENCES udi_nd_rx_rdy, udi_nsr_exp_rx_ind


UDI NIC Driver Specification Contents