devi_enqueue_packet()

Dispatch a completed packet

Synopsis:

int devi_enqueue_packet( input_module_t *module, 
                        char *dptr, 
                        unsigned size ) ;

Description:

This function is used by filter-layer modules to dispatch a completed packet to the proper interface, to Photon, or to a resource manager.

The arguments are:

module
Name of module data block.
dptr
Pointer to data block.
size
Size of data block.

Returns:

0 on success, -1 on error.

Classification:

QNX

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable