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
refs:ai_next
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/vsock/
H
A
D
control.c
51
for (ai = result; ai; ai = ai->
ai_next
) {
in control_init()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.c
161
for (a = addr; a; a = a->
ai_next
) {
in sock_listen_mptcp()
208
for (a = addr; a; a = a->
ai_next
) {
in sock_test_tcpulp()
244
for (a = addr; a; a = a->
ai_next
) {
in sock_connect_mptcp()
/kernel/linux/linux-6.6/tools/testing/vsock/
H
A
D
control.c
51
for (ai = result; ai; ai = ai->
ai_next
) {
in control_init()
/kernel/liteos_m/kal/libc/newlib/porting/include/
H
A
D
netdb.h
98
struct addrinfo *
ai_next
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_inq.c
107
for (a = addr; a; a = a->
ai_next
) {
in sock_listen_mptcp()
148
for (a = addr; a; a = a->
ai_next
) {
in sock_connect_mptcp()
H
A
D
mptcp_sockopt.c
194
for (a = addr; a; a = a->
ai_next
) {
in sock_listen_mptcp()
235
for (a = addr; a; a = a->
ai_next
) {
in sock_connect_mptcp()
H
A
D
mptcp_connect.c
306
for (a = addr; a; a = a->
ai_next
) {
in sock_listen_mptcp()
367
for (a = addr; a; a = a->
ai_next
) {
in sock_connect_mptcp()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H
A
D
usbip_network.c
280
for (rp = res; rp; rp = rp->
ai_next
) {
in usbip_net_tcp_connect()
H
A
D
usbipd.c
385
for (ai = ai_head; ai && nsockfd < maxsockfd; ai = ai->
ai_next
) {
in listen_all_addrinfo()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H
A
D
usbip_network.c
280
for (rp = res; rp; rp = rp->
ai_next
) {
in usbip_net_tcp_connect()
H
A
D
usbipd.c
385
for (ai = ai_head; ai && nsockfd < maxsockfd; ai = ai->
ai_next
) {
in listen_all_addrinfo()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
txtimestamp.c
828
cur = cur->
ai_next
;
in resolve_hostname()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
txtimestamp.c
828
cur = cur->
ai_next
;
in resolve_hostname()
Completed in 14 milliseconds