| /third_party/musl/src/network/ |
| D | getsockname.c | 4 int getsockname(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) in getsockname() function
|
| /third_party/node/test/parallel/ |
| D | test-socket-address.js | 11 server._handle.getsockname = function(out) { function
|
| /third_party/curl/lib/ |
| D | setup-os400.h | 134 #define getsockname Curl_os400_getsockname macro
|
| /third_party/python/Lib/asyncio/ |
| D | trsock.py | 79 def getsockname(self): member in TransportSocket
|
| /third_party/rust/crates/rustix/src/net/ |
| D | socket.rs | 421 pub fn getsockname<Fd: AsFd>(sockfd: Fd) -> io::Result<SocketAddrAny> { in getsockname() function
|
| /third_party/node/lib/internal/cluster/ |
| D | child.js | 207 function getsockname(out) { function
|
| /third_party/python/Lib/test/ |
| D | mock_socket.py | 81 def getsockname(self): member in MockSocket
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 77 #define getsockname _getsockname macro
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | syscalls.rs | 341 pub(crate) fn getsockname(sockfd: BorrowedFd<'_>) -> io::Result<SocketAddrAny> { in getsockname() function
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2362 pub fn getsockname<T: SockaddrLike>(fd: RawFd) -> Result<T> { in getsockname() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | syscalls.rs | 549 pub(crate) fn getsockname(fd: BorrowedFd<'_>) -> io::Result<SocketAddrAny> { in getsockname() function
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 641 #define getsockname(s,name,namelen) lwip_getsockname(s,name,namelen) macro
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 532 pub fn getsockname(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int; in getsockname() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 667 pub fn getsockname( in getsockname() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1527 pub fn getsockname( in getsockname() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3482 pub fn getsockname( in getsockname() function
|