Searched refs:SCM_CREDS (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/tools/regression/sockets/unix_cmsg/ |
| HD | README | 60 Client connects to Server and sends N messages with SCM_CREDS ancillary 62 have SCM_CREDS ancillary data object followed by struct cmsgcred{}. 70 should have SCM_CREDS ancillary data object followed by struct sockcred{}, 78 message should have SCM_CREDS ancillary data object followed by 85 with SCM_CREDS ancillary data object. Server should receive N messages, 86 the first message should have SCM_CREDS ancillary data object followed 87 by struct sockcred{}, each of next messages should have SCM_CREDS 105 SCM_CREDS ancillary data object that has wrong cmsg_len field in its 120 Client connects to Server and sends N messages with SCM_CREDS ancillary 122 have SCM_CREDS ancillary data object followed by struct cmsgcred{}. [all …]
|
| HD | unix_cmsg.c | 1032 if (check_cmsghdr(cmsghdr, SCM_CREDS, sizeof(*cmsgcred)) < 0) in check_scm_creds_cmsgcred() 1093 if (check_cmsghdr(cmsghdr, SCM_CREDS, in check_scm_creds_sockcred() 1283 SCM_CREDS, sizeof(struct cmsgcred)); in t_cmsgcred_client() 1841 SCM_CREDS, sizeof(struct cmsgcred)); in t_cmsg_len_client()
|
| /NextBSD/lib/libnv/ |
| HD | msgio.c | 195 cmsg->cmsg_type = SCM_CREDS; in cred_send() 230 cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_CREDS) { in cred_recv()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.c | 472 return (SCM_CREDS); in linux_to_bsd_cmsg_type() 484 case SCM_CREDS: in bsd_to_linux_cmsg_type() 1138 case SCM_CREDS: in linux_sendmsg_common() 1321 case SCM_CREDS: in linux_recvmsg_common()
|
| /NextBSD/usr.sbin/nscd/ |
| HD | nscdcli.c | 150 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
|
| HD | query.c | 188 || cmsg.hdr.cmsg_type != SCM_CREDS) { in on_query_startup()
|
| /NextBSD/sys/sys/ |
| HD | socket.h | 535 #define SCM_CREDS 0x03 /* process creds (struct cmsgcred) */ macro
|
| /NextBSD/lib/libc/net/ |
| HD | nscachedcli.c | 161 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
|
| /NextBSD/sys/kern/ |
| HD | uipc_usrreq.c | 1908 case SCM_CREDS: in unp_internalize() 1910 SCM_CREDS, SOL_SOCKET); in unp_internalize() 2036 m = sbcreatecontrol(NULL, SOCKCREDSIZE(ngroups), SCM_CREDS, SOL_SOCKET); in unp_addsockcred() 2058 cm->cmsg_type == SCM_CREDS) { in unp_addsockcred()
|
| /NextBSD/crypto/heimdal/lib/ipc/ |
| HD | server.c | 558 #if defined(SOCKCREDSIZE) && defined(SCM_CREDS) in update_client_creds() 592 if (cmp->cmsg_level != SOL_SOCKET || cmp->cmsg_type != SCM_CREDS) { in update_client_creds()
|
| /NextBSD/lib/libc/rpc/ |
| HD | clnt_vc.c | 830 cm.cmsg.cmsg_type = SCM_CREDS; in __msgwrite()
|
| /NextBSD/contrib/bsnmp/snmpd/ |
| HD | main.c | 1171 cmsg->cmsg_type == SCM_CREDS) in recv_dgram()
|
| /NextBSD/crypto/heimdal/ |
| HD | ChangeLog.2005 | 1823 * kcm/connect.c: support SCM_CREDS (for NetBSD)
|