Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.c647 int sock_send(SOCKET sock, const char *buffer, size_t size, function
/external/python/cpython3/Modules/
Dsocketmodule.c3914 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
/external/python/cpython2/Modules/
Dsocketmodule.c2797 sock_send(PySocketSockObject *s, PyObject *args) function