*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> linkb (9r)              
Title
Content
Arch
Section
 

linkb(9r)

Contents


NAME    [Toc]    [Back]

       linkb - STREAMS: Concatenates two message blocks

SYNOPSIS    [Toc]    [Back]

       #include <sys/stream.h>

       void linkb(
               MBLKP message,
               MBLKP message_to_be_added );

ARGUMENTS    [Toc]    [Back]

       Specifies  the  message  to  which  the  message  in  message_to_be_added
 is to be added. The typedef MBLKP  is  an
       alternate  name  for typedef struct msgb *.  Specifies the
       message to be added. The typedef  MBLKP  is  an  alternate
       name for typedef struct msgb *.

DESCRIPTION    [Toc]    [Back]

       The  linkb  interface  creates a new message by adding the
       message specified in the message_to_be_added  argument  to
       the tail of the message specified in the message argument.
       The continuation pointer (the b_cont member  of  the  msgb
       structure)  of  the  first  message is set to point to the
       second message (the message_to_be_added argument).

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Kernel Interfaces: unlinkb(9r)

       Programmer's Guide: STREAMS



                                                        linkb(9r)
[ Back ]
 Similar pages
Name OS Title
pullupmsg Tru64 STREAMS: Concatenates bytes in a message
freemsg Tru64 STREAMS: Frees all message blocks in a message
insq Tru64 STREAMS: Inserts a STREAMS message into a queue
unlinkb Tru64 STREAMS: Removes a message block from the head of a message
datamsg Tru64 STREAMS: Tests whether a message is a data message
copymsg Tru64 STREAMS: Copies a message to a new message
dupmsg Tru64 STREAMS: Duplicates a message
copyb Tru64 STREAMS: Copies a message block
getpmsg HP-UX receive next message from a STREAMS file
allocb Tru64 STREAMS: Allocates a message block
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service