[][src]Function simple_libc::net::ucred::get_ucred_raw

pub fn get_ucred_raw(sockfd: Int) -> Result<Ucred>

Reads credentials for a SOCK_STREAM socket. Behavior when given a SOCK_DGRAM socket is unspecified and system-dependent.

Only supported on specific platforms.