Home
last modified time | relevance | path

Searched refs:SCM_CREDS (Results 1 – 9 of 9) sorted by path

/dragonfly/lib/libc/net/
H A Dnscachedcli.c161 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
/dragonfly/lib/libc/rpc/
H A Dclnt_vc.c794 cm.cmsg.cmsg_type = SCM_CREDS; in __msgwrite()
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c262 cmsg.hdr.cmsg_type = SCM_CREDS; in send_msg_with_cred()
323 && cmp->cmsg_type == SCM_CREDS) { in receive_msg_with_cred()
/dragonfly/sys/kern/
H A Duipc_usrreq.c689 if (cm->cmsg_type == SCM_CREDS && in uipc_send()
696 SCM_CREDS, SOL_SOCKET); in uipc_send()
1719 if ((cm->cmsg_type != SCM_RIGHTS && cm->cmsg_type != SCM_CREDS) || in unp_internalize()
1730 if (cm->cmsg_type == SCM_CREDS) { in unp_internalize()
/dragonfly/sys/sys/
H A Dsocket.h521 #define SCM_CREDS 0x03 /* process creds (struct cmsgcred) */ macro
/dragonfly/usr.bin/dsynth/
H A Dsubs.c743 case SCM_CREDS: in dexec_logerr_thread()
/dragonfly/usr.sbin/nscd/
H A Dnscdcli.c145 cmsg.hdr.cmsg_type = SCM_CREDS; in send_credentials()
H A Dquery.c184 || cmsg.hdr.cmsg_type != SCM_CREDS) { in on_query_startup()
/dragonfly/usr.sbin/sdpd/
H A Dserver.c472 && cmsg->cmsg_type == SCM_CREDS in server_process_request()