Flushes the messages in a given priority band.
void flushband(q, pri, flag)
register queue_t * q;
unsigned char pri;
int flag;
The flushband utility provides modules and drivers with the capability to flush the messages associated in a given priority band. The flag parameter is defined the same as in the flushq utility. Otherwise, messages are flushed from the band specified by the pri parameter according to the value of the flag parameter.
This utility is part of STREAMS Kernel Extensions.
The flushq utility.
List of Streams Programming References and Understanding STREAMS Messages in AIX 5L Version 5.1 Communications Programming Concepts.