Searched refs:SO_PEERCRED (Results 1 – 3 of 3) sorted by relevance
529 #if defined(SO_PEERCRED) in OsConstants_initConstants()530 initConstant(env, c, "SO_PEERCRED", SO_PEERCRED); in OsConstants_initConstants()
476 public static final int SO_PEERCRED = placeholder(); field in OsConstants
113 StructUcred credentials = Libcore.os.getsockoptUcred(clientFd, SOL_SOCKET, SO_PEERCRED); in checkUnixDomainSocket()