ucred 1370 lib/common/ipc_client.c struct ucred ucred; ucred 1371 lib/common/ipc_client.c socklen_t ucred_len = sizeof(ucred); ucred 1382 lib/common/ipc_client.c &ucred, &ucred_len) ucred 1383 lib/common/ipc_client.c && ucred_len == sizeof(ucred)) { ucred 1384 lib/common/ipc_client.c found_pid = ucred.pid; found_uid = ucred.uid; found_gid = ucred.gid; ucred 1401 lib/common/ipc_client.c ucred_t *ucred; ucred 1402 lib/common/ipc_client.c if (!getpeerucred(sock, &ucred)) { ucred 1404 lib/common/ipc_client.c found_pid = ucred_getpid(ucred); ucred 1405 lib/common/ipc_client.c found_uid = ucred_geteuid(ucred); found_gid = ucred_getegid(ucred); ucred 1407 lib/common/ipc_client.c ucred_free(ucred);