Searched refs:getpeerucred (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | getpeerucred.c | 29 #pragma weak _getpeerucred = getpeerucred 39 getpeerucred(int fd, ucred_t **ucp) function
|
/illumos-gate/usr/src/head/ |
H A D | ucred.h | 64 extern int getpeerucred(int, ucred_t **);
|
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | auth.c | 62 #include <ucred.h> /* getpeerucred() */ 90 rc = getpeerucred(sock_fd, &ucredp);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | ucredsys.c | 46 getpeerucred(int fd, void *buf) function 194 return (getpeerucred(obj, buf));
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 121 if (getpeerucred(fd, &uc) == -1)
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 74 * 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 D | pr_getsockname.c | 173 * 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 D | ilbd_main.c | 623 res = getpeerucred(new_sd, &cli->cli_peer_ucredp); 625 logperror("new_req: getpeerucred failed");
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 923 getpeerucred.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 902 getpeerucred.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 883 getpeerucred.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 957 getpeerucred.o \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 2603 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 D | vrrpd.c | 1240 if (getpeerucred(connfd, &cred) == (uid_t)-1) { 1241 vrrp_log(VRRP_ERR, "vrrp_auth_check(): getpeerucred() "
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 181 getpeerucred.3c \
|
Completed in 112 milliseconds