pub unsafe extern "C" fn nrf_freeifaddrs(ifa: *mut nrf_ifaddrs)
Expand description

Free address information returned by @ref nrf_getifaddrs().

@details Free a linked list of nrf_ifaddrs structures.

  • ifa - First item in the linked list of interface addresses.