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

Technical Reference: Communications, Volume 2

I_POP streamio Operation

Purpose

Removes the module just below the stream head.

Description

The I_POP operation removes the module just below the stream head of the stream pointed to by the fildes parameter. The value of the arg parameter should be 0 in an I_POP request.

This operation is part of STREAMS Kernel Extensions.

Error Codes

If unsuccessful, the errno global variable is set to one of the following values:

Value Description
EINVAL No module is present in the stream.
ENXIO Hangup received on the fildes parameter.

Related Information

The streamio operations.

The I_FIND streamio operation, I_LIST streamio operation, I_LOOK streamio operation, I_PUSH streamio operation.

Building STREAMS in AIX 5L Version 5.2 Communications Programming Concepts.

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