Function nrfxlib_sys::nrf_inet_ntop

source ·
pub unsafe extern "C" fn nrf_inet_ntop(
    af: c_int,
    src: *const c_void,
    dst: *mut c_char,
    size: nrf_socklen_t
) -> *const c_char
Expand description

Convert IPv4 and IPv6 addresses between binary and text form.

@details See POSIX.1-2017 article for normative description.