Searched refs:SOL_LOCAL (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/tokio/src/net/unix/ |
D | ucred.rs | 140 use libc::{c_void, getpeereid, getsockopt, pid_t, LOCAL_PEEREPID, SOL_LOCAL}; 157 SOL_LOCAL, in get_peer_cred()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket.cc | 211 if (getsockopt(fd, SOL_LOCAL, LOCAL_PEERPID, &pid, &pid_size) != 0) in RecvMsgWithFlags()
|
/external/libcups/scheduler/ |
D | client.c | 277 if (!getsockopt(httpGetFd(con->http), SOL_LOCAL, LOCAL_PEERPID, &peerpid, in cupsdAcceptClient()
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2437 pub const SOL_LOCAL: ::c_int = 0; constant
|