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

Technical Reference: Communications, Volume 2


getadmin Utility

Purpose

Returns a pointer to a module.

Syntax


int
(*getadmin(mid))()
ushort mid;

Description

The getadmin utility returns a pointer to the module identified by the mid parameter.

Parameters


mid Identifies the module to locate.

Return Values

On successful completion, the getadmin utility returns a pointer to the specified module. Otherwise, it returns a null pointer.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

List of Streams Programming References, Understanding STREAMS Drivers and Modules in AIX 5L Version 5.1 Communications Programming Concepts.


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