Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c4163 struct sock_send { struct
4173 struct sock_send *ctx = data; in sock_send_impl() argument
4188 sock_send(PySocketSockObject *s, PyObject *args) in sock_send() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs267 pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> { in sock_send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs267 pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> { in sock_send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs267 pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> { in sock_send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs267 pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> { in sock_send() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs267 pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> { in sock_send() method
/aosp_15_r20/external/libpcap/
H A Dsockutils.c1209 int sock_send(SOCKET sock, SSL *ssl _U_NOSSL_, const char *buffer, size_t size, in sock_send() function
/aosp_15_r20/external/python/cpython2/Modules/
Dsocketmodule.c2797 sock_send(PySocketSockObject *s, PyObject *args) function