Lines Matching defs:socket
16 import socket
312 *, family=socket.AF_UNSPEC,
313 flags=socket.AI_PASSIVE, sock=None, backlog=100,
329 socket to use IPv4 or IPv6. If not set it will be determined
335 socket object.
343 reuse_address tells the kernel to reuse a local socket in
408 server socket to.
411 socket object.
459 socket family AF_INET, socket.AF_INET6 or socket.AF_UNIX depending on
460 host (or family if specified), socket type SOCK_DGRAM.
462 reuse_address tells the kernel to reuse a local socket in
471 :py:data:`~socket.SO_REUSEPORT` constant is not defined then this
478 socket object.