Home | History | Annotate | Download | only in test

Lines Matching refs:connect

329     s.connect(("127.0.0.1", 55))
336 s.connect(("::1", 55))
393 s.connect(("127.0.0.1", 12345))
429 # We can't just call s.connect(), s.bind() etc. with a tuple of the wrong
434 CheckEAFNoSupport(csocket.Connect, s4, ipv6sockaddr)
435 CheckEAFNoSupport(csocket.Connect, s6, ipv4sockaddr)
726 s.connect(("127.0.0.1", 0xbeef))
736 s.connect(("::1", 0xbeef))
743 s.connect(("127.0.0.1", 0xbeef))
751 s.connect(("::1", 0xbeef))
758 # Try send, bind and connect to check the addresses and the state.
772 s.connect(("ff02::1", 0xdead))
785 s.connect(("::1", 0xbeef))
791 s.connect(("::1", 0xbeef))
805 s.connect((net_test.IPV6_ADDR, 55))