Documentation ¶
Index ¶
- func PassCred(conn *net.UnixConn) error
- func PeerCred(conn *net.UnixConn) (*syscall.Ucred, error)
- func RecvFds(conn *net.UnixConn, p []byte) (int, []int, syscall.Sockaddr, *syscall.Ucred, error)
- func Recvmsg(conn *net.UnixConn, p, oob []byte, flags int) (n, oobn int, recvflags int, from syscall.Sockaddr, err error)
- func SendFds(conn *net.UnixConn, p []byte, fds []int) error
- func Sendmsg(conn *net.UnixConn, p, oob []byte, to syscall.Sockaddr, flags int) error
- type RightsReader
- type RightsWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecvFds ¶
func Recvmsg ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.