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:ic_nameservers
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipconfig.c
160
static __be32
ic_nameservers
[CONF_NAMESERVERS_MAX]; /* DNS Server IP addresses */
variable
585
ic_nameservers
[i] = NONE;
in ic_nameservers_predef()
917
if (
ic_nameservers
[i] == NONE)
in ic_do_bootp_ext()
918
memcpy(&
ic_nameservers
[i], ext+1+4*i, 4);
in ic_do_bootp_ext()
1137
if (
ic_nameservers
[0] == NONE)
in ic_bootp_recv()
1138
ic_nameservers
[0] = ic_servaddr;
in ic_bootp_recv()
1318
if (
ic_nameservers
[i] != NONE)
in pnp_seq_show()
1320
&
ic_nameservers
[i]);
in pnp_seq_show()
1582
if (
ic_nameservers
[i] != NONE) {
in ip_auto_config()
1585
i, &
ic_nameservers
[
in ip_auto_config()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipconfig.c
159
static __be32
ic_nameservers
[CONF_NAMESERVERS_MAX]; /* DNS Server IP addresses */
variable
609
ic_nameservers
[i] = NONE;
in ic_nameservers_predef()
944
if (
ic_nameservers
[i] == NONE ||
in ic_do_bootp_ext()
946
memcpy(&
ic_nameservers
[i], ext+1+4*i, 4);
in ic_do_bootp_ext()
1165
if (
ic_nameservers
[0] == NONE) {
in ic_bootp_recv()
1166
ic_nameservers
[0] = ic_servaddr;
in ic_bootp_recv()
1348
if (
ic_nameservers
[i] != NONE)
in pnp_seq_show()
1350
&
ic_nameservers
[i]);
in pnp_seq_show()
1618
if (
ic_nameservers
[i] != NONE) {
in ip_auto_config()
1621
i, &
ic_nameservers
[
in ip_auto_config()
[all...]
Completed in 5 milliseconds