Home | History | Annotate | Download | only in net

Lines Matching refs:WriteTo

317 	// WriteTo writes a packet with payload b to addr.
318 // WriteTo can be made to time out and return
322 WriteTo(b []byte, addr Addr) (n int, err error)
325 // Any blocked ReadFrom or WriteTo operations will be unblocked and return errors.
339 // WriteTo. After a deadline has been exceeded, the connection
343 // the deadline after successful ReadFrom or WriteTo calls.
353 // SetWriteDeadline sets the deadline for future WriteTo calls
354 // and any currently-blocked WriteTo call.
357 // A zero value for t means WriteTo will not time out.
397 ErrWriteToConnected = errors.New("use of WriteTo with pre-connected connection")
649 func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) {