Function nrfxlib_sys::nrf_inet_pton

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

Convert IPv4 and IPv6 addresses between binary and text form.

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