type syscall.RawConn
34 uses
syscall (current package)
net.go#L8: type RawConn interface {
net.go#L33: SyscallConn() (RawConn, error)
net
dial.go#L143: Control func(network, address string, c syscall.RawConn) error
dial.go#L153: ControlContext func(ctx context.Context, network, address string, c syscall.RawConn) error
dial.go#L677: Control func(network, address string, c syscall.RawConn) error
iprawsock.go#L105: func (c *IPConn) SyscallConn() (syscall.RawConn, error) {
iprawsock_posix.go#L127: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
iprawsock_posix.go#L148: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
iprawsock_posix.go#L150: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
ipsock_posix.go#L137: func internetSocket(ctx context.Context, net string, laddr, raddr sockaddr, sotype, proto int, mode string, ctrlCtxFn func(context.Context, string, string, syscall.RawConn) error) (fd *netFD, err error) {
sock_posix.go#L18: func socket(ctx context.Context, net string, family, sotype, proto int, ipv6only bool, laddr, raddr sockaddr, ctrlCtxFn func(context.Context, string, string, syscall.RawConn) error) (fd *netFD, err error) {
sock_posix.go#L116: func (fd *netFD) dial(ctx context.Context, laddr, raddr sockaddr, ctrlCtxFn func(context.Context, string, string, syscall.RawConn) error) error {
sock_posix.go#L177: func (fd *netFD) listenStream(ctx context.Context, laddr sockaddr, backlog int, ctrlCtxFn func(context.Context, string, string, syscall.RawConn) error) error {
sock_posix.go#L211: func (fd *netFD) listenDatagram(ctx context.Context, laddr sockaddr, ctrlCtxFn func(context.Context, string, string, syscall.RawConn) error) error {
tcpsock.go#L118: func (c *TCPConn) SyscallConn() (syscall.RawConn, error) {
tcpsock.go#L289: func (l *TCPListener) SyscallConn() (syscall.RawConn, error) {
tcpsock_posix.go#L74: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
tcpsock_posix.go#L176: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
tcpsock_posix.go#L178: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
udpsock.go#L128: func (c *UDPConn) SyscallConn() (syscall.RawConn, error) {
udpsock_posix.go#L208: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
udpsock_posix.go#L220: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
udpsock_posix.go#L222: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
udpsock_posix.go#L234: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
udpsock_posix.go#L236: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
unixsock.go#L74: func (c *UnixConn) SyscallConn() (syscall.RawConn, error) {
unixsock.go#L234: func (l *UnixListener) SyscallConn() (syscall.RawConn, error) {
unixsock_posix.go#L16: func unixSocket(ctx context.Context, net string, laddr, raddr sockaddr, mode string, ctxCtrlFn func(context.Context, string, string, syscall.RawConn) error) (*netFD, error) {
unixsock_posix.go#L160: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
unixsock_posix.go#L220: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
unixsock_posix.go#L222: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
unixsock_posix.go#L234: var ctrlCtxFn func(cxt context.Context, network, address string, c syscall.RawConn) error
unixsock_posix.go#L236: ctrlCtxFn = func(cxt context.Context, network, address string, c syscall.RawConn) error {
os
file.go#L599: func (f *File) SyscallConn() (syscall.RawConn, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |