HomeSort by relevance Sort by last modified time
    Searched refs:sock_send (Results 1 - 10 of 10) sorted by null

  /external/libpcap/
rpcap-protocol.c 102 if (sock_send(sock, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) < 0)
sockutils.h 210 int sock_send(SOCKET sock, const char *buffer, size_t size,
pcap-rpcap.c 718 (void)sock_send(pr->rmt_sockctrl, (char *)&header,
731 if (sock_send(pr->rmt_sockctrl, (char *)&header,
881 if (sock_send(pr->rmt_sockctrl, (char *)&header,
    [all...]
sockutils.c 647 int sock_send(SOCKET sock, const char *buffer, size_t size, function
743 * data has been bufferized, the application can call the sock_send() function.
    [all...]
  /external/libpcap/rpcapd/
daemon.c 1093 if (sock_send(pars->sockctrl_out, (char *) &header, sizeof (struct rpcap_header), errbuf, PCAP_ERRBUF_SIZE) == -1)
    [all...]
  /external/python/cpython3/Lib/
socket.py 344 sock_send = self.send
356 sent = sock_send(data)
  /external/python/cpython3/Modules/
socketmodule.c 3914 struct sock_send { struct
3939 sock_send(PySocketSockObject *s, PyObject *args) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 2772 sock_send(PySocketSockObject *s, PyObject *args) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 2703 sock_send(PySocketSockObject *s, PyObject *args) function
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 2797 sock_send(PySocketSockObject *s, PyObject *args) function
    [all...]

Completed in 590 milliseconds