Searched refs:SO_RECVUCRED (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 97 __rpc_tli_set_options(fd, SOL_SOCKET, SO_RECVUCRED, 1) == -1) { in __rpc_negotiate_uid() 494 case SO_RECVUCRED: in __rpc_tli_set_options()
|
H A D | svc_generic.c | 334 SO_RECVUCRED, 1); in svc_tli_create_common()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 130 #define SO_RECVUCRED 0x0400 /* Application wants ucred of sender */ macro
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 74 { SO_RECVUCRED, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1878 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_RECVUCRED); in sol_optname() 1901 if (val & SO_RECVUCRED) in sol_optname()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 653 case SO_RECVUCRED: in conn_opt_get() 1136 case SO_RECVUCRED: in conn_opt_set_socket()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 518 return (setopt(fd, SOL_SOCKET, SO_RECVUCRED, 1)); in recvucred()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 464 SO_RECVUCRED, 6047 case SO_RECVUCRED: in tl_get_opt() 6109 case SO_RECVUCRED: in tl_set_opt()
|