Expand description

Receive IP addresses of NICs with libc APIs.

  • On Windows, API GetAdaptersAddresses is used.
  • On unix-like systems, getifaddrs and getnameinfo are used.

Functions

Get all assigned IP addresses of family ip_type on the interface named iface_name.