Home
last modified time | relevance | path

Searched defs:ancdata (Results 1 – 23 of 23) sorted by relevance

/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/util/asyncio/
H A Drecvmsg.py18 def datagram_msg_received(self, data, ancdata, flags, address): argument
21 def datagram_errqueue_received(self, data, ancdata, flags, address): argument
125 def sendmsg(self, data, ancdata, flags, address): argument
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/transports/
H A Dudp6.py458 def datagram_msg_received(self, data, ancdata, flags, address): argument
483 def datagram_errqueue_received(self, data, ancdata, flags, address): argument
/dports/devel/py-jeepney/jeepney-0.7.1/jeepney/
H A Dfds.py133 def from_ancdata(cls, ancdata) -> ['FileDescriptor']: argument
/dports/net/py-DTLSSocket/DTLSSocket-0.1.12/DTLSSocket/
H A DDTLSSocket.py55 def sendmsg(self, data, ancdata=[], flags=0, address=None, cnt=10): argument
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/phylip/src/
H A Dseqboot.h88 static steptr oldweight, where, how_many, mixdata, ancdata; variable
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A D_socket3.py392 def sendmsg(self, buffers, ancdata=(), flags=0, address=None): argument
/dports/devel/py-curio/curio-1.5/curio/
H A Dio.py264 async def sendmsg(self, buffers, ancdata=(), flags=0, address=None): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_socket.py2891 def sendAncillaryIfPossible(self, msg, ancdata): argument
3093 def ancillaryMapping(self, ancdata): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_socket.py2893 def sendAncillaryIfPossible(self, msg, ancdata): argument
3095 def ancillaryMapping(self, ancdata): argument
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_socket.py3212 def sendAncillaryIfPossible(self, msg, ancdata): argument
3414 def ancillaryMapping(self, ancdata): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.7/
H A Dtest_socket.py3208 def sendAncillaryIfPossible(self, msg, ancdata): argument
3410 def ancillaryMapping(self, ancdata): argument
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_socket.py3327 def sendAncillaryIfPossible(self, msg, ancdata): argument
3529 def ancillaryMapping(self, ancdata): argument
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_socket.py3327 def sendAncillaryIfPossible(self, msg, ancdata): argument
3529 def ancillaryMapping(self, ancdata): argument
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_socket.py3327 def sendAncillaryIfPossible(self, msg, ancdata): argument
3529 def ancillaryMapping(self, ancdata): argument
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_socket.py3550 def sendAncillaryIfPossible(self, msg, ancdata): argument
3752 def ancillaryMapping(self, ancdata): argument
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_socket.py3327 def sendAncillaryIfPossible(self, msg, ancdata): argument
3529 def ancillaryMapping(self, ancdata): argument
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_socket.py3552 def sendAncillaryIfPossible(self, msg, ancdata): argument
3754 def ancillaryMapping(self, ancdata): argument
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_socket.py3589 def sendAncillaryIfPossible(self, msg, ancdata): argument
3791 def ancillaryMapping(self, ancdata): argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_socket.py3327 def sendAncillaryIfPossible(self, msg, ancdata): argument
3529 def ancillaryMapping(self, ancdata): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.9/
H A Dtest_socket.py3554 def sendAncillaryIfPossible(self, msg, ancdata): argument
3756 def ancillaryMapping(self, ancdata): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.10/
H A Dtest_socket.py3555 def sendAncillaryIfPossible(self, msg, ancdata): argument
3757 def ancillaryMapping(self, ancdata): argument
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.8/
H A Dtest_socket.py3328 def sendAncillaryIfPossible(self, msg, ancdata): argument
3530 def ancillaryMapping(self, ancdata): argument
/dports/devel/kore/kore-4.1.0/src/
H A Dpython.c3308 u_int8_t ancdata[1024]; in pysocket_async_recv() local