Lines Matching refs:can

49   where hostname can be anything recognized by gethostbyname()
61 (addr_type, v1, v2, v3 [, scope]); where addr_type can be one of:
63 and scope can be one of:
165 I hope some day someone can clean this up please... */
750 /* Prefer poll, if available, since you can poll() any fd
751 * which can't be done with select(). */
1112 /* special-case broadcast - inet_addr() below can return INADDR_NONE for
1148 * fallback to getaddrinfo(), which can handle translation from interface
2152 struct sockaddr_can *addr = &addrbuf->can;
2204 struct sockaddr_can *addr = &addrbuf->can;
2251 struct sockaddr_can *addr = &addrbuf->can;
2928 its underlying FD can be:
2947 Set a timeout on socket operations. 'timeout' can be a float,\n\
3061 The value argument can either be an integer, a string buffer, or\n\
3193 /* bpo-30319: The peer can already have closed the connection.
3220 can be reused for other purposes. The file descriptor is returned.");
3261 /* save error, PyErr_CheckSignals() can replace it */
4045 sizes for ancillary data can be calculated using CMSG_SPACE() or\n\
4139 buffer sizes for ancillary data can be calculated using CMSG_SPACE()\n\
4276 send() can return a successful partial write when it is
4277 interrupted, so we can't restrict ourselves to EINTR. */
4948 process. There the shared socket can be instantiated by calling\n\
5075 /* Spurious errors can appear at shutdown */
5118 /* this can occur on Win64, and actually there is a special
5658 /* SF #1511317: h_aliases can be NULL */
5713 default: /* can't happen */
6033 /* bpo-30319: The peer can already have closed the connection.
6079 /* On UNIX, dup can be used to duplicate the file descriptor of a socket */
6200 "ntohs: can't convert negative Python int to C "
6263 "htons: can't convert negative Python int to C "
6446 "can't use AF_INET6, IPv6 is disabled");
6978 data item with associated data of the given length. This value can\n\