Home
last modified time | relevance | path

Searched defs:sock_send (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.c4154 struct sock_send { struct
4164 struct sock_send *ctx = data; in sock_send_impl() argument
4179 sock_send(PySocketSockObject *s, PyObject *args) in sock_send() function
/external/libpcap/
Dsockutils.c799 int sock_send(SOCKET sock, SSL *ssl _U_NOSSL_, const char *buffer, size_t size, in sock_send() function
/external/python/cpython2/Modules/
Dsocketmodule.c2797 sock_send(PySocketSockObject *s, PyObject *args) function