Lines Matching defs:TCPConn
112 type TCPConn struct { struct
113 conn
153 func (c *TCPConn) SyscallConn() (syscall.RawConn, error) {
161 func (c *TCPConn) ReadFrom(r io.Reader) (int64, error) {
173 func (c *TCPConn) WriteTo(w io.Writer) (int64, error) {
186 func (c *TCPConn) CloseRead() error {
198 func (c *TCPConn) CloseWrite() error {
222 func (c *TCPConn) SetLinger(sec int) error {
234 func (c *TCPConn) SetKeepAlive(keepalive bool) error {
249 func (c *TCPConn) SetKeepAlivePeriod(d time.Duration) error {
263 func (c *TCPConn) SetNoDelay(noDelay bool) error {
282 func (c *TCPConn) MultipathTCP() (bool, error) {