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

/freebsd-10.3-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.3-release/sys/netinet6/
H A Dsctp6_usrreq.c451 struct xucred xuc; local
505 cru2x(inp->sctp_socket->so_cred, &xuc);
507 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
H A Dudp6_usrreq.c579 struct xucred xuc; local
610 cru2x(inp->inp_cred, &xuc);
615 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
/freebsd-10.3-release/sys/netinet/
H A Dtcp_subr.c1390 struct xucred xuc; local
1409 cru2x(inp->inp_cred, &xuc);
1414 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
1427 struct xucred xuc; local
1473 cru2x(inp->inp_cred, &xuc);
1478 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred));
H A Dudp_usrreq.c899 struct xucred xuc; local
920 cru2x(inp->inp_cred, &xuc);
925 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 181 milliseconds