# ifaddrs.h - [Overview](#section1224699199165627) - [Summary](#section1160842586165627) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [NET](NET.md) **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

ifaddrs

Defines the network interface information.

## Functions

Function

Description

freeifaddrs (struct ifaddrs *ifp)

void

Frees the network interface information obtained by getifaddrs.