internal/poll.FD.GetsockoptInt (method)
3 uses
	internal/poll (current package)
		sockopt.go#L39: func (fd *FD) GetsockoptInt(level, name int) (int, error) {
	net
		mptcpsock_linux.go#L98: 	_, err := fd.pfd.GetsockoptInt(_SOL_MPTCP, _MPTCP_INFO)
		mptcpsock_linux.go#L112: 	proto, _ := fd.pfd.GetsockoptInt(syscall.SOL_SOCKET, syscall.SO_PROTOCOL)
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |