Lines Matching refs:ancillary
1033 Return the total length, without trailing padding, of an ancillary
1036 receive a single item of ancillary data, but :rfc:`3542` requires
1050 receive an ancillary data item with associated data of the given
1057 Note that some systems might support ancillary data without
1060 amount of ancillary data that can be received, since additional
1449 Receive normal data (up to *bufsize* bytes) and ancillary data from
1451 the internal buffer used to receive the ancillary data; it defaults
1452 to 0, meaning that no ancillary data will be received. Appropriate
1453 buffer sizes for ancillary data can be calculated using
1461 non-ancillary data received. The *ancdata* item is a list of zero
1463 the ancillary data (control messages) received: *cmsg_level* and
1477 ancillary data, items of the form ``(socket.SOL_SOCKET,
1484 Some systems do not indicate the truncated length of ancillary data
1520 Receive normal data and ancillary data from the socket, behaving as
1521 :meth:`recvmsg` would, but scatter the non-ancillary data into a
1525 filled with successive chunks of the non-ancillary data until it
1533 non-ancillary data written into the buffers, and *ancdata*,
1627 Send normal and ancillary data to the socket, gathering the
1628 non-ancillary data from a series of buffers and concatenating it
1630 non-ancillary data as an iterable of
1634 that can be used. The *ancdata* argument specifies the ancillary
1645 number of bytes of non-ancillary data sent.