Lines Matching refs:ancillary
891 Return the total length, without trailing padding, of an ancillary
894 receive a single item of ancillary data, but :rfc:`3542` requires
908 receive an ancillary data item with associated data of the given
915 Note that some systems might support ancillary data without
918 amount of ancillary data that can be received, since additional
1247 Receive normal data (up to *bufsize* bytes) and ancillary data from
1249 the internal buffer used to receive the ancillary data; it defaults
1250 to 0, meaning that no ancillary data will be received. Appropriate
1251 buffer sizes for ancillary data can be calculated using
1259 non-ancillary data received. The *ancdata* item is a list of zero
1261 the ancillary data (control messages) received: *cmsg_level* and
1275 ancillary data, items of the form ``(socket.SOL_SOCKET,
1282 Some systems do not indicate the truncated length of ancillary data
1318 Receive normal data and ancillary data from the socket, behaving as
1319 :meth:`recvmsg` would, but scatter the non-ancillary data into a
1323 filled with successive chunks of the non-ancillary data until it
1331 non-ancillary data written into the buffers, and *ancdata*,
1423 Send normal and ancillary data to the socket, gathering the
1424 non-ancillary data from a series of buffers and concatenating it
1426 non-ancillary data as an iterable of
1430 that can be used. The *ancdata* argument specifies the ancillary
1441 number of bytes of non-ancillary data sent.