Home
last modified time | relevance | path

Searched refs:SO_PASSCRED (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dsubs.c469 #ifdef SO_PASSCRED in dexec_open()
471 if (setsockopt(EFds[0], SOL_SOCKET, SO_PASSCRED, &optval, sizeof(optval)) < 0) { in dexec_open()
/dragonfly/sys/sys/
H A Dsocket.h131 #define SO_PASSCRED 0x4000 /* receive credentials */ macro
/dragonfly/sys/kern/
H A Duipc_socket.c2156 case SO_PASSCRED: in sosetopt()
2366 case SO_PASSCRED: in sogetopt()
H A Duipc_usrreq.c680 if (so2->so_options & SO_PASSCRED) { in uipc_send()