Home
last modified time | relevance | path

Searched refs:SCM_CREDS (Results 1 – 13 of 13) sorted by relevance

/NextBSD/tools/regression/sockets/unix_cmsg/
HDREADME60 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 …]
HDunix_cmsg.c1032 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/
HDmsgio.c195 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/
HDlinux_socket.c472 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/
HDnscdcli.c150 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
HDquery.c188 || cmsg.hdr.cmsg_type != SCM_CREDS) { in on_query_startup()
/NextBSD/sys/sys/
HDsocket.h535 #define SCM_CREDS 0x03 /* process creds (struct cmsgcred) */ macro
/NextBSD/lib/libc/net/
HDnscachedcli.c161 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
/NextBSD/sys/kern/
HDuipc_usrreq.c1908 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/
HDserver.c558 #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/
HDclnt_vc.c830 cm.cmsg.cmsg_type = SCM_CREDS; in __msgwrite()
/NextBSD/contrib/bsnmp/snmpd/
HDmain.c1171 cmsg->cmsg_type == SCM_CREDS) in recv_dgram()
/NextBSD/crypto/heimdal/
HDChangeLog.20051823 * kcm/connect.c: support SCM_CREDS (for NetBSD)