IONetworkOpen

Function IONetworkOpen 

Source
pub unsafe extern "C-unwind" fn IONetworkOpen(
    obj: io_object_t,
    con: *mut io_connect_t,
) -> IOReturn
Available on crate features libc and network only.
Expand description

Open a connection to an IONetworkInterface object. An IONetworkUserClient object is created to manage the connection.

ยงSafety

con must be a valid pointer.