Lines Matching full:1234

88     def __init__(self, family, port=1234):
148 def __init__(self, ip, port=1234, fromaddr=None):
260 srv = SCTPServer(socket.AF_INET, port=1234)
275 client = SCTPClient("192.0.2.3", 1234)
296 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states)
297 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.2:1234", states)
313 client = SCTPClient("192.0.2.3", 1234, "192.0.2.1")
344 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states)
345 assert re.search(r"all sctp 192.0.2.10:.*192.0.2.3:1234", states)
363 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234.*SHUTDOWN", states)
383 client = SCTPClient("192.0.2.3", 1234)
393 assert re.search(r"epair.*sctp 192.0.2.1:.*192.0.2.3:1234", states)
394 assert re.search(r"epair.*sctp 192.0.2.1:.*192.0.2.2:1234", states)
395 assert re.search(r"epair.*sctp 192.0.2.4:.*192.0.2.3:1234", states)
396 assert re.search(r"epair.*sctp 192.0.2.4:.*192.0.2.2:1234", states)
414 client = SCTPClient("192.0.2.3", 1234)
424 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states)
425 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.2:1234", states)
426 assert re.search(r"all sctp 192.0.2.4:.*192.0.2.3:1234", states)
427 assert re.search(r"all sctp 192.0.2.4:.*192.0.2.2:1234", states)
440 client = SCTPClient("192.0.2.3", 1234)
463 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states)
464 assert not re.search(r"all sctp 192.0.2.1:.*192.0.2.2:1234", states)
478 client = SCTPClient("192.0.2.3", 1234)
502 assert re.search(r"epair.*sctp 192.0.2.1:.*192.0.2.3:1234", states)
503 assert re.search(r"epair.*sctp 192.0.2.1:.*192.0.2.2:1234", states)
519 srv = SCTPServer(socket.AF_INET6, port=1234)
534 client = SCTPClient("2001:db8::3", 1234)
555 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::3\[1234\]", states)
556 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::2\[1234\]", states)
572 client = SCTPClient("2001:db8::3", 1234, "2001:db8::1")
603 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::3\[1234\]", states)
604 assert re.search(r"all sctp 2001:db8::10\[.*2001:db8::3\[1234\]", states)
622 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::3\[1234\].*SHUTDOWN", states)
641 client = SCTPClient("2001:db8::3", 1234)
651 assert re.search(r"epair.*sctp 2001:db8::1\[.*2001:db8::2\[1234\]", states)
652 assert re.search(r"epair.*sctp 2001:db8::1\[.*2001:db8::3\[1234\]", states)
653 assert re.search(r"epair.*sctp 2001:db8::4\[.*2001:db8::2\[1234\]", states)
654 assert re.search(r"epair.*sctp 2001:db8::4\[.*2001:db8::3\[1234\]", states)
672 client = SCTPClient("2001:db8::3", 1234)
682 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::2\[1234\]", states)
683 assert re.search(r"all sctp 2001:db8::1\[.*2001:db8::3\[1234\]", states)
684 assert re.search(r"all sctp 2001:db8::4\[.*2001:db8::2\[1234\]", states)
685 assert re.search(r"all sctp 2001:db8::4\[.*2001:db8::3\[1234\]", states)