Query: msgsize
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
msgsize(9F) Kernel Functions for Drivers msgsize(9F)NAMEmsgsize - Return the total number of bytes in a messageSYNOPSIS#include <sys/stream.h> #include <sys/strsun.h> size_t msgsize(mblk_t *mp);INTERFACE LEVELSolaris DDI specific (Solaris DDI)PARAMETERSmp Message to be evaluated.DESCRIPTIONThe msgsize() function counts the number of bytes in a message, regardless of the data type of the underlying data blocks.RETURN VALUESNumber of bytes in the message.CONTEXTThis function can be called from user, kernel or interrupt context.SEE ALSOmsgdsize(9F) STREAMS Programming Guide SunOS 5.11 9 June 2004 msgsize(9F)
Related Man Pages |
---|
db_ref(9f) - sunos |
mblkl(9f) - sunos |
mblktail(9f) - sunos |
mexchange(9f) - sunos |
mexchange(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Handle int listen(int sockfd, int backlog) in TCP |
How to get the number of bytes parsed in libxml2 |
How to search for a string with special chars? |