/external/libpcap/rpcapd/ |
D | daemon.c | 1093 …if (sock_send(pars->sockctrl_out, (char *) &header, sizeof (struct rpcap_header), errbuf, PCAP_ERR… in daemon_msg_auth_req() 1430 if (sock_send(pars->sockctrl_out, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_findallif_req() 1516 if (sock_send(pars->sockctrl_out, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_open_req() 1728 if (sock_send(pars->sockctrl_out, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_startcap_req() 1954 …if (sock_send(pars->sockctrl_out, (char *) &header, sizeof(struct rpcap_header), errbuf, PCAP_ERRB… in daemon_msg_endcap_req() 2070 …if (sock_send(pars->sockctrl_out, (char *) &header, sizeof (struct rpcap_header), pcap_geterr(sess… in daemon_msg_updatefilter_req() 2120 …if (sock_send(pars->sockctrl_out, (char *) &header, sizeof (struct rpcap_header), errbuf, PCAP_ERR… in daemon_msg_setsampling_req() 2206 if (sock_send(pars->sockctrl_out, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_stats_req() 2358 status = sock_send(session->sockdata, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE); in daemon_thrdatamain()
|
/external/libpcap/ |
D | pcap-rpcap.c | 718 (void)sock_send(pr->rmt_sockctrl, (char *)&header, in pcap_cleanup_rpcap() 731 if (sock_send(pr->rmt_sockctrl, (char *)&header, in pcap_cleanup_rpcap() 881 if (sock_send(pr->rmt_sockctrl, (char *)&header, in rpcap_stats_rpcap() 1180 if (sock_send(pr->rmt_sockctrl, sendbuf, sendbufidx, fp->errbuf, in pcap_startcapture_remote() 1517 if (sock_send(pr->rmt_sockctrl, sendbuf, sendbufidx, fp->errbuf, in pcap_updatefilter_remote() 1762 if (sock_send(pr->rmt_sockctrl, sendbuf, sendbufidx, fp->errbuf, in pcap_setsampling_remote() 1988 if (sock_send(sock, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) < 0) in rpcap_sendauth() 2264 if (sock_send(sockctrl, sendbuf, sendbufidx, errbuf, in pcap_open_rpcap() 2437 if (sock_send(sockctrl, (char *)&header, sizeof(struct rpcap_header), in pcap_findalldevs_ex_remote() 2885 if (sock_send(temp->sockctrl, in pcap_remoteact_close()
|
D | rpcap-protocol.c | 102 if (sock_send(sock, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) < 0) in rpcap_senderror()
|
D | sockutils.h | 210 int sock_send(SOCKET sock, const char *buffer, size_t size,
|
D | sockutils.c | 647 int sock_send(SOCKET sock, const char *buffer, size_t size, function
|
/external/python/cpython3/Lib/ |
D | socket.py | 344 sock_send = self.send 356 sent = sock_send(data)
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 3914 struct sock_send { struct 3924 struct sock_send *ctx = data; in sock_send_impl() argument 3939 sock_send(PySocketSockObject *s, PyObject *args) in sock_send() function 3943 struct sock_send ctx; in sock_send() 3981 struct sock_send ctx; in sock_sendall() 4730 {"send", (PyCFunction)sock_send, METH_VARARGS,
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 2797 sock_send(PySocketSockObject *s, PyObject *args) function 3104 {"send", (PyCFunction)sock_send, METH_VARARGS,
|