Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocket.h579 #define SCM_CREDS 0x03 /* process creds (struct cmsgcred) */ macro
/f-stack/freebsd/sys/
H A Dsocket.h585 #define SCM_CREDS 0x03 /* process creds (struct cmsgcred) */ macro
/f-stack/freebsd/kern/
H A Duipc_usrreq.c2232 case SCM_CREDS: in unp_internalize()
2234 SCM_CREDS, SOL_SOCKET); in unp_internalize()
2403 cmsgtype = SCM_CREDS; in unp_addsockcred()
2441 if (control != NULL && cmsgtype == SCM_CREDS) in unp_addsockcred()
2445 cm->cmsg_type == SCM_CREDS) { in unp_addsockcred()