STREAMS Programming Guide

Module

A STREAMS module is a defined set of kernel-level routines and data structures. A module does "black-box" processing on data that passes through it. For example, a module converts lowercase characters to uppercase, or adds network routing information. A STREAMS module is dynamically pushed on the stream from user level by an application. Full details on modules and their operation are covered in Chapter 10, Modules.