[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    putnext(9F) manual page Table of Contents

Name

putnext - send a message to the next queue

Synopsis


#include <sys/stream.h>
#include <sys/ddi.h>

int putnext(queue_t *q, mblk_t *mp);

Interface Level

Architecture independent level 1 (DDI/DKI).

Arguments

q
Pointer to the queue from which the message mp will be sent.
mp
Message to be passed.

Description

putnext() is used to pass a message to the put(9E) routine of the next queue in the stream.

Return Values

None.

Context

putnext() can be called from user or interrupt context.

Example

See allocb(9F) for an example of using putnext().

See Also

put(9E) , allocb(9F)



Table of Contents