Home | History | Annotate | Download | only in Modules

Lines Matching defs:socktype

37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
38 --> List of (family, socktype, proto, canonname, sockaddr)
4170 int family, socktype, protocol, flags;
4176 family = socktype = protocol = flags = 0;
4179 &hobj, &pobj, &family, &socktype,
4223 hints.ai_socktype = socktype;
4270 "getaddrinfo(host, port [, family, socktype, proto, flags])\n\
4271 -> list of (family, socktype, proto, canonname, sockaddr)\n\