Home
last modified time | relevance | path

Searched defs:getsockname (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/network/
H A Dgetsockname.c4 int getsockname(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) in getsockname() function
/third_party/python/Lib/asyncio/
H A Dtrsock.py79 def getsockname(self): member in TransportSocket
/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs421 pub fn getsockname<Fd: AsFd>(sockfd: Fd) -> io::Result<SocketAddrAny> { in getsockname() functions
/third_party/curl/lib/
H A Dsetup-os400.h134 #define getsockname Curl_os400_getsockname macro
/third_party/node/lib/internal/cluster/
H A Dchild.js
/third_party/python/Lib/test/
H A Dmock_socket.py81 def getsockname(self): member in MockSocket
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2362 pub fn getsockname<T: SockaddrLike>(fd: RawFd) -> Result<T> { in getsockname() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h77 #define getsockname _getsockname macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h641 #define getsockname(s,name,namelen) lwip_getsockname(s,name,namelen) macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs532 pub fn getsockname(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int; in getsockname() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs667 pub fn getsockname( in getsockname() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1527 pub fn getsockname( in getsockname() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3482 pub fn getsockname( in getsockname() functions

Completed in 34 milliseconds