[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 2

linkb Utility

Purpose

Concatenates two messages into one.

Syntax


void link(mp, bp)
register mblk_t * mp;
register mblk_t * bp;

Description

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.

Parameters

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.

Related Information

The unlinkb utility.

List of Streams Programming References and Understanding STREAMS Messages in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]