/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 622 fn ffi_len(&mut self) -> *mut socklen_t; in ffi_len() 636 fn ffi_len(&self) -> socklen_t; in ffi_len() 657 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len() 681 fn ffi_len(&self) -> socklen_t { in ffi_len() 704 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len() 728 fn ffi_len(&self) -> socklen_t { in ffi_len() 751 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len() 775 fn ffi_len(&self) -> socklen_t { in ffi_len() 798 fn ffi_len(&mut self) -> *mut socklen_t { in ffi_len() 822 fn ffi_len(&self) -> socklen_t { in ffi_len() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | internal.h | 73 typedef int socklen_t; typedef
|
/external/boringssl/src/crypto/bio/ |
D | internal.h | 73 typedef int socklen_t; typedef
|
/external/oj-libjdwp/src/share/transport/socket/ |
D | sysSocket.h | 38 typedef int socklen_t; typedef
|
/external/clang/test/Analysis/ |
D | pr_4164.c | 16 typedef __darwin_socklen_t socklen_t; typedef
|
D | casts.c | 13 typedef __darwin_socklen_t socklen_t; typedef
|
/external/usrsctp/ |
D | configure.ac | 186 AC_DEFINE(socklen_t, int, [Define a type for socklen_t.])]) definition
|
/external/webrtc/rtc_base/ |
D | win32.h | 29 typedef int socklen_t; typedef
|
/external/libcups/cups/ |
D | getifaddrs-internal.h | 37 typedef int socklen_t; typedef
|
/external/webrtc/examples/peerconnection/server/ |
D | data_socket.h | 16 typedef int socklen_t; typedef
|
/external/mdnsresponder/mDNSShared/ |
D | PlatformCommon.c | 35 typedef unsigned int socklen_t; typedef
|
/external/rust/crates/mio/src/sys/unix/ |
D | net.rs | 80 pub(crate) fn socket_addr(addr: &SocketAddr) -> (SocketAddrCRepr, libc::socklen_t) { in socket_addr()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.h | 44 typedef unsigned int socklen_t; typedef
|
/external/python/cpython2/RISCOS/ |
D | pyconfig.h | 213 #define socklen_t int macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 31 typedef int socklen_t; typedef
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 9 pub type socklen_t = i32; typedef
|
/external/libevent/ |
D | configure.ac | 776 AC_DEFINE(socklen_t, unsigned int, definition
|
/external/python/cpython3/Modules/ |
D | socketmodule.h | 79 typedef int socklen_t; typedef
|
/external/iptables/libiptc/ |
D | libip4tc.c | 26 typedef unsigned int socklen_t; typedef
|
D | libip6tc.c | 27 typedef unsigned int socklen_t; typedef
|
/external/rust/crates/quiche/src/ |
D | ffi.rs | 382 from: &sockaddr, from_len: socklen_t, config: &mut Config, in quiche_accept() 407 to_len: socklen_t, config: &mut Config, in quiche_connect() 480 peer: &sockaddr, peer_len: socklen_t, config: &mut Config, ssl: *mut c_void, in quiche_conn_new_with_tls() 1100 fn std_addr_to_c(addr: &SocketAddr, out: &mut sockaddr_storage) -> socklen_t { in std_addr_to_c()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 27 pub type socklen_t = u32; typedef 661 addr_len: *mut socklen_t, in recvfrom() 670 salen: socklen_t, in getnameinfo() 672 hostlen: socklen_t, in getnameinfo() 674 servlen: socklen_t, in getnameinfo()
|
/external/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 8 pub type socklen_t = u32; typedef
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 68 typedef int socklen_t; typedef 381 typedef int socklen_t; typedef
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 48 #define socklen_t int macro
|