Home | History | Annotate | Download | only in net

Lines Matching refs:dial

100 			c, err := d.Dial(tt.tnet, JoinHostPort(tt.taddr, port))
180 c, err := d.Dial(lss[i].Listener.Addr().Network(), lss[i].Listener.Addr().String())
209 dial bool // test with Dial
246 {snet: "udp", saddr: "127.0.0.1:0", tnet: "udp", taddr: "127.0.0.1", dial: true},
248 {snet: "udp", saddr: "[::1]:0", tnet: "udp", taddr: "::1", dial: true},
282 if tt.dial {
284 c2, err := d.Dial(tt.tnet, JoinHostPort(tt.taddr, port))
321 dial bool // test with Dial
324 {saddr: testUnixAddr(), caddr: testUnixAddr(), dial: true},
356 if tt.dial {
358 c2, err := d.Dial("unixgram", ls.PacketConn.LocalAddr().String())