Home
last modified time | relevance | path

Searched defs:sock_sendto (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.c4291 struct sock_sendto { struct
4303 struct sock_sendto *ctx = data; in sock_sendto_impl() argument
4320 sock_sendto(PySocketSockObject *s, PyObject *args) in sock_sendto() function
/external/python/cpython2/Modules/
Dsocketmodule.c2922 sock_sendto(PySocketSockObject *s, PyObject *args) function