ucred 1395 lib/common/ipc_client.c struct ucred ucred; ucred 1396 lib/common/ipc_client.c socklen_t ucred_len = sizeof(ucred); ucred 1407 lib/common/ipc_client.c &ucred, &ucred_len) ucred 1408 lib/common/ipc_client.c && ucred_len == sizeof(ucred)) { ucred 1409 lib/common/ipc_client.c found_pid = ucred.pid; found_uid = ucred.uid; found_gid = ucred.gid; ucred 1426 lib/common/ipc_client.c ucred_t *ucred; ucred 1427 lib/common/ipc_client.c if (!getpeerucred(sock, &ucred)) { ucred 1429 lib/common/ipc_client.c found_pid = ucred_getpid(ucred); ucred 1430 lib/common/ipc_client.c found_uid = ucred_geteuid(ucred); found_gid = ucred_getegid(ucred); ucred 1432 lib/common/ipc_client.c ucred_free(ucred);