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