Function sgx_oc::linux::ocall::getaddrinfo

source ·
pub unsafe fn getaddrinfo(
    node: Option<&CStr>,
    service: Option<&CStr>,
    hints: Option<AddrInfoHints>
) -> OCallResult<Vec<AddrInfo>>