Home
last modified time | relevance | path

Searched refs:LOCAL_PEERCRED (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dhttp.h49 # if defined(LOCAL_PEERCRED) && !defined(SO_PEERCRED)
50 # define SO_PEERCRED LOCAL_PEERCRED
/external/libcups/scheduler/
Dauth.c372 if (getsockopt(httpGetFd(con->http), 0, LOCAL_PEERCRED, &peercred, &peersize)) in cupsdAuthorize()
445 if (getsockopt(httpGetFd(con->http), 0, LOCAL_PEERCRED, &peercred, &peersize)) in cupsdAuthorize()
843 if (getsockopt(httpGetFd(con->http), 0, LOCAL_PEERCRED, &peercred, &peersize)) in cupsdAuthorize()
/external/perfetto/src/base/
Dunix_socket.cc767 int res = getsockopt(sock_raw_.fd(), 0, LOCAL_PEERCRED, &user_cred, &len); in ReadPeerCredentialsPosix()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs953 pub const LOCAL_PEERCRED: ::c_int = 1; constant
/external/python/cpython3/Modules/
Dsocketmodule.c7591 #ifdef LOCAL_PEERCRED
7592 PyModule_AddIntMacro(m, LOCAL_PEERCRED);
/external/mdnsresponder/mDNSShared/
Duds_daemon.c2856 if (getsockopt(req->sd, 0, LOCAL_PEERCRED, &x, &xucredlen) >= 0 && in queryrecord_result_callback()
3926 …if (getsockopt(sd, 0, LOCAL_PEERCRED, &x, &xucredlen) >= 0 && x.cr_version == XUCRED_VERSION) requ… in connect_callback()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2439 pub const LOCAL_PEERCRED: ::c_int = 0x001; constant