Searched defs:sock_sendto (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ | ||
D | socketmodule.c | 4457 struct sock_sendto { struct |
/external/python/cpython3/Lib/asyncio/ | ||
D | proactor_events.py | 720 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop |
D | selector_events.py | 579 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop |
D | events.py | 580 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop |