Query: pullupmsg
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pullupmsg(9r) pullupmsg(9r)NAMEpullupmsg - STREAMS: Concatenates bytes in a messageSYNOPSIS#include <sys/stream.h> int pullupmsg( MBLKP message_block_ptr, int len );ARGUMENTSSpecifies a pointer to the message block whose associated data blocks are to be concatenated. The typedef MBLKP is an alternate name for typedef struct msgb *. Specifies the number of bytes to concatenate.DESCRIPTIONThe pullupmsg interface tries to combine multiple data blocks into a single block. The interface concatenates and aligns the first len data bytes of the message pointed to by the message_block_ptr argument. If len equals the value -1, pullupmsg concatenates all data. If len bytes of the same message type cannot be found, pullupmsg fails and returns the value zero(0).RETURN VALUESUpon successful completion, the pullupmsg interface returns the value 1. On failure, it returns the value zero(0).SEE ALSOKernel Interfaces: allocb(9r) pullupmsg(9r)
Related Man Pages |
---|
pullupmsg(9f) - opensolaris |
pullupmsg(9f) - freebsd |
msgpullup(9f) - freebsd |
pullupmsg(9f) - osx |
msgpullup(9f) - osx |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |