Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:getsockname
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/src/network/
H
A
D
getsockname.c
4
int
getsockname
(int fd, struct sockaddr *restrict addr, socklen_t *restrict len)
in getsockname()
function
/third_party/python/Lib/asyncio/
H
A
D
trsock.py
79
def
getsockname
(self):
member in TransportSocket
/third_party/rust/crates/rustix/src/net/
H
A
D
socket.rs
421
pub fn
getsockname
<Fd: AsFd>(sockfd: Fd) -> io::Result<SocketAddrAny> {
in getsockname()
functions
/third_party/curl/lib/
H
A
D
setup-os400.h
134
#define
getsockname
Curl_os400_getsockname
macro
/third_party/node/lib/internal/cluster/
H
A
D
child.js
/third_party/python/Lib/test/
H
A
D
mock_socket.py
81
def
getsockname
(self):
member in MockSocket
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
2362
pub fn
getsockname
<T: SockaddrLike>(fd: RawFd) -> Result<T> {
in getsockname()
functions
/third_party/FreeBSD/lib/libc/include/
H
A
D
namespace.h
77
#define
getsockname
_getsockname
macro
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
641
#define
getsockname
(s,name,namelen) lwip_getsockname(s,name,namelen)
macro
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
532
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
D
mod.rs
667
pub fn
getsockname
(
in getsockname()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1527
pub fn
getsockname
(
in getsockname()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3482
pub fn
getsockname
(
in getsockname()
functions
Completed in 34 milliseconds