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

Communications Programming Concepts

Socket Subroutines

Socket subroutines enable interprocess and network interprocess communications (IPC). Some socket routines are grouped together as the Socket Kernel Service subroutines (see Kernel Service Subroutines).

Note
Do not call any Socket Kernel Service subroutines from kernel extensions.

The socket subroutines still maintained in the libc.a library are grouped together under the heading of Network Library Subroutines (see Network Library Subroutines). Application programs can use both types of socket subroutines for IPC.

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