HomeSort by relevance Sort by last modified time
    Searched defs:sock_recv (Results 1 - 9 of 9) sorted by null

  /external/libpcap/
sockutils.c 658 "Can't send more than %u bytes with sock_recv",
842 int sock_recv(SOCKET sock, void *buffer, size_t size, int flags, function
859 "Can't read more than %u bytes with sock_recv",
    [all...]
  /external/python/cpython3/Lib/asyncio/
proactor_events.py 544 async def sock_recv(self, sock, n): member in class:BaseProactorEventLoop
selector_events.py 341 async def sock_recv(self, sock, n): member in class:BaseSelectorEventLoop
356 # be done immediately. Don't use it directly, call sock_recv().
    [all...]
events.py 518 async def sock_recv(self, sock, nbytes): member in class:AbstractEventLoop
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 73 struct l2_packet_data *sock_recv; /* raw packet recv socket */ member in struct:atheros_driver_data
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 2482 sock_recv(PySocketSockObject *s, PyObject *args) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 2418 sock_recv(PySocketSockObject *s, PyObject *args) function
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 2507 sock_recv(PySocketSockObject *s, PyObject *args) function
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 3238 struct sock_recv { struct
3297 sock_recv(PySocketSockObject *s, PyObject *args) function
    [all...]

Completed in 432 milliseconds