Home
last modified time | relevance | path

Searched defs:socklen_t (Results 1 – 25 of 61) sorted by relevance

123

/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1074 fn ffi_len(&mut self) -> *mut socklen_t; in ffi_len()
1088 fn ffi_len(&self) -> socklen_t; in ffi_len()
1109 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len()
1137 fn ffi_len(&self) -> socklen_t { in ffi_len()
1160 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len()
1190 fn ffi_len(&self) -> socklen_t { in ffi_len()
1213 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len()
1241 fn ffi_len(&self) -> socklen_t { in ffi_len()
1264 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len()
1292 fn ffi_len(&self) -> socklen_t { in ffi_len()
[all …]
Daddr.rs1006 fn len(&self) -> libc::socklen_t { in len()
1012 len: Option<libc::socklen_t>, in from_raw()
1131 len: Option<libc::socklen_t>, in from_raw()
1220 _: Option<libc::socklen_t>, in from_raw()
1232 fn len(&self) -> libc::socklen_t { in len()
1289 len: Option<libc::socklen_t>, in from_raw()
1408 len: Option<libc::socklen_t>, in from_raw()
1543 l: Option<libc::socklen_t>, in from_raw()
1640 fn len(&self) -> libc::socklen_t { in len()
2186 pub fn as_ffi_pair(&self) -> (&libc::sockaddr, libc::socklen_t) { in as_ffi_pair()
[all …]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtransport.h24 typedef int socklen_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtypes.h61 typedef unsigned socklen_t; typedef
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs12 pub(crate) type socklen_t = i32; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs9 pub type socklen_t = i32; typedef
/third_party/rust/crates/rustix/src/backend/libc/net/
Daddr.rs180 pub(crate) fn addr_len(&self) -> c::socklen_t { in addr_len()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Daddr.rs102 pub(crate) fn addr_len(&self) -> c::socklen_t { in addr_len()
/third_party/backends/
Dconfigure.ac223 [AC_MSG_RESULT(no); AC_DEFINE(socklen_t,int, definition
/third_party/python/Modules/
Dsocketmodule.h77 typedef int socklen_t; typedef
/third_party/ffmpeg/libavformat/
Dos_support.h130 typedef int socklen_t; typedef
/third_party/openssl/crypto/bio/
Dbio_local.h141 typedef unsigned int socklen_t; typedef
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_local.h141 typedef unsigned int socklen_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs8 pub type socklen_t = u32; typedef
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs37 pub type socklen_t = u32; typedef
653 addr_len: *mut socklen_t, in recvfrom()
662 salen: socklen_t, in getnameinfo()
664 hostlen: socklen_t, in getnameinfo()
666 servlen: socklen_t, in getnameinfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h69 typedef int socklen_t; typedef
379 typedef int socklen_t; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h81 typedef int socklen_t; typedef
394 typedef int socklen_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs342 salen: ::socklen_t, in getnameinfo()
344 hostlen: ::socklen_t, in getnameinfo()
346 sevlen: ::socklen_t, in getnameinfo()
/third_party/musl/include/
Dalltypes.h.in82 TYPEDEF unsigned socklen_t; variable
/third_party/rust/crates/libc/src/unix/
Dmod.rs655 address_len: *mut socklen_t, in getpeername()
670 address_len: *mut socklen_t, in getsockname()
678 option_len: socklen_t, in setsockopt()
708 addrlen: socklen_t, in sendto()
1179 optlen: *mut ::socklen_t, in getsockopt()
/third_party/libwebsockets/include/
Dlibwebsockets.h437 typedef uint32_t socklen_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h376 typedef unsigned socklen_t; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs45 pub type socklen_t = u32; typedef
993 addrlen: ::socklen_t, in getnameinfo()
995 hostlen: ::socklen_t, in getnameinfo()
997 servlen: ::socklen_t, in getnameinfo()
1070 addrlen: *mut ::socklen_t, in recvfrom()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h128 typedef __UINT32_TYPE__ socklen_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h331 typedef unsigned socklen_t; typedef

123