Home
last modified time | relevance | path

Searched refs:SOL_LOCAL (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/net/unix/
Ducred.rs140 use libc::{c_void, getpeereid, getsockopt, pid_t, LOCAL_PEEREPID, SOL_LOCAL};
157 SOL_LOCAL, in get_peer_cred()
/external/libchrome/base/posix/
Dunix_domain_socket.cc211 if (getsockopt(fd, SOL_LOCAL, LOCAL_PEERPID, &pid, &pid_size) != 0) in RecvMsgWithFlags()
/external/libcups/scheduler/
Dclient.c277 if (!getsockopt(httpGetFd(con->http), SOL_LOCAL, LOCAL_PEERPID, &peerpid, in cupsdAcceptClient()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2437 pub const SOL_LOCAL: ::c_int = 0; constant