Expand description
ifaddrs.h implementation.
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getifaddrs.3.html.
Structs§
- ifaddrs
- An entry in a linked list describing the network interfaces of the local system.
Functions§
- freeifaddrs⚠
- Frees the dynamically allocated memory used by
ifa. - getifaddrs⚠
- Creates a linked list of structures describing the network interfaces of
the local system, and stores the address of the first item of the list
in
ifap.