Concatenates two messages into one.
The linkb utility puts the message pointed to by the bp parameter at the tail of the message pointed to by the mp parameter. This results in a single message.
This utility is part of STREAMS Kernel Extensions.
Item | Description |
---|---|
mp | Specifies the message to which the second message is to be linked. |
bp | Specifies the message that is to be linked to the end of first message. |