Home | History | Annotate | Download | only in Modules

Lines Matching defs:tuple

53 - an AF_PACKET socket address is a tuple containing a string
56 ("eth0",0x1234). Optional 3rd,4th,5th elements in the tuple
1455 exception -- return it as an (int, bytes) tuple. */
1600 "AF_NETLINK address must be tuple, not %.500s",
1628 "AF_INET address must be tuple, not %.500s",
1665 "AF_INET6 address must be tuple, not %.500s",
1812 "AF_PACKET address must be tuple, not %.500s",
1869 "AF_TIPC address must be tuple, not %.500s",
2001 "expected str or tuple of two ints");
2713 sockets the address is a tuple (ifname, proto [,pkttype [,hatype]])");
3379 * ancillary data buffer size (controllen). Returns the tuple return
3446 PyObject *bytes, *tuple;
3465 tuple = Py_BuildValue("iiN", (int)cmsgh->cmsg_level,
3467 if (tuple == NULL)
3469 tmp = PyList_Append(cmsg_list, tuple);
3470 Py_DECREF(tuple);
3574 The return value is a 4-tuple: (data, ancdata, msg_flags, address).\n\
3668 The return value is a 4-tuple: (nbytes, ancdata, msg_flags, address).\n\
4426 SIO_KEEPALIVE_VALS: 'option' is a tuple of (onoff, timeout, interval).\n\
6088 "getnameinfo() argument 1 must be a tuple");
6123 "IPv4 sockaddr must be 2 tuple");