if.h
Overview
Related Modules:
Description:
Provides functions and data structures related to network operations. For example, you can use the functions to send and receive network data, manage network addresses, and convert bytes.
Since:
1.0
Version:
1.0
Summary
Data Structures
| Data Structure Name | Description |
|---|---|
| if_nameindex | Defines the network adapter information. |
Functions
| Function Name | Description |
|---|---|
| if_freenameindex (struct if_nameindex *idx) | void Frees the network adapter information obtained by if_nameindex. |
