freemsg - STREAMS: Frees all message blocks in a message
#include <sys/stream.h>
void freemsg(
MBLKP message_block_ptr );
Specifies a pointer to the message block to be deallocated.
The typedef MBLKP is an alternate name for typedef
struct msgb *.
The freemsg interface calls the freeb interface to free
all message and data blocks associated with the message
pointed to by the message_block_ptr argument.
None
Kernel Interfaces: freeb(9r)
Programmer's Guide: STREAMS
freemsg(9r)
[ Back ] |