Searched refs:xuc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libc/gen/
H A Dgetpeereid.c41 struct xucred xuc; local
45 xuclen = sizeof(xuc);
46 error = getsockopt(s, 0, LOCAL_PEERCRED, &xuc, &xuclen);
49 if (xuc.cr_version != XUCRED_VERSION)
51 *euid = xuc.cr_uid;
52 *egid = xuc.cr_gid;
/freebsd-10.0-release/sys/netinet6/
H A Dsctp6_usrreq.c458 struct xucred xuc; local
512 cru2x(inp->sctp_socket->so_cred, &xuc);
514 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
H A Dudp6_usrreq.c551 struct xucred xuc; local
582 cru2x(inp->inp_cred, &xuc);
587 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
/freebsd-10.0-release/sys/netinet/
H A Dtcp_subr.c1293 struct xucred xuc; local
1312 cru2x(inp->inp_cred, &xuc);
1317 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
1330 struct xucred xuc; local
1376 cru2x(inp->inp_cred, &xuc);
1381 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
H A Dudp_usrreq.c816 struct xucred xuc; local
837 cru2x(inp->inp_cred, &xuc);
842 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
H A Dsctp_usrreq.c380 struct xucred xuc; local
428 cru2x(inp->sctp_socket->so_cred, &xuc);
430 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));

Completed in 331 milliseconds