Function nrfxlib_sys::nrf_freeaddrinfo[][src]

pub unsafe extern "C" fn nrf_freeaddrinfo(p_res: *mut nrf_addrinfo)

Function for freeing the memory allocated for the result of nrf_getaddrinfo.

s When the linked list of resolved addresses created by nrf_getaddrinfo is no longer needed, call this function to free the allocated memory.

  • p_res - Pointer to the memory to be freed.