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)
4145 int family, socktype, protocol, flags;
4151 family = socktype = protocol = flags = 0;
4154 &hobj, &pobj, &family, &socktype,
4198 hints.ai_socktype = socktype;
4245 "getaddrinfo(host, port [, family, socktype, proto, flags])\n\
4246 -> list of (family, socktype, proto, canonname, sockaddr)\n\