Function socketpair [src]
Prototype
pub extern "c" fn socketpair(domain: c_uint, sock_type: c_uint, protocol: c_uint, sv: *[2]fd_t) c_int
Parameters
domain: c_uint
sock_type: c_uint
protocol: c_uint
sv: *[2]fd_t
Source
pub extern "c" fn socketpair(domain: c_uint, sock_type: c_uint, protocol: c_uint, sv: *[2]fd_t) c_int