Searched refs:SCM_CREDENTIALS (Results 1 – 3 of 3) sorted by relevance
150 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
1073 #ifdef SCM_CREDENTIALS1074 { SCM_CREDENTIALS, "SCM_CREDENTIALS" },1119 if (cmsg->cmsg_type == SCM_CREDENTIALS
207 } else if (hdr->cmsg_type == SCM_CREDENTIALS) { in OnFileCanReadWithoutBlocking()