Searched refs:getpeerucred (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dgetpeerucred.c29 #pragma weak _getpeerucred = getpeerucred
39 getpeerucred(int fd, ucred_t **ucp) function
/illumos-gate/usr/src/head/
H A Ducred.h64 extern int getpeerucred(int, ucred_t **);
/illumos-gate/usr/src/cmd/vntsd/
H A Dauth.c62 #include <ucred.h> /* getpeerucred() */
90 rc = getpeerucred(sock_fd, &ucredp);
/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c46 getpeerucred(int fd, void *buf) function
194 return (getpeerucred(obj, buf));
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtx.c121 if (getpeerucred(fd, &uc) == -1)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c74 * tcp we don't need to do any setup, we just call getpeerucred()
87 /* For tcp we use getpeerucred and it needs no initialization. */
118 * are no options and we attempt getpeerucred().
130 if (getpeerucred(trans->xp_fd, &uc) == 0)
180 if (getpeerucred(trans->xp_fd, &uc) != 0)
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_getsockname.c173 * getpeerucred() system call -- executed by subject process
178 sysret_t rval; /* return value from getpeerucred() */
179 argdes_t argd[3]; /* arg descriptors for getpeerucred() */
185 return (getpeerucred(fd, ucp));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c623 res = getpeerucred(new_sd, &cli->cli_peer_ucredp);
625 logperror("new_req: getpeerucred failed");
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com923 getpeerucred.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com902 getpeerucred.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile883 getpeerucred.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com957 getpeerucred.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2603 if (getpeerucred(fd, &ucred) == -1) {
2604 error_msg("getpeerucred failed: %s", strerror(errno));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c1240 if (getpeerucred(connfd, &cred) == (uid_t)-1) {
1241 vrrp_log(VRRP_ERR, "vrrp_auth_check(): getpeerucred() "
/illumos-gate/usr/src/man/man3c/
H A DMakefile181 getpeerucred.3c \

Completed in 112 milliseconds