Home
last modified time | relevance | path

Searched defs:getpeereid (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/src/
H A Dunistd.rs3352 pub fn getpeereid(fd: RawFd) -> Result<(Uid, Gid)> { in getpeereid() functions
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs648 pub fn getpeereid(socket: ::c_int, euid: *mut ::uid_t, egid: *mut ::gid_t) -> ::c_int; in getpeereid() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2746 pub fn getpeereid(socket: ::c_int, euid: *mut ::uid_t, egid: *mut ::gid_t) -> ::c_int; in getpeereid() functions

Completed in 15 milliseconds