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:s_hostent
(Results
1 - 1
of
1
) sorted by relevance
/third_party/lwip/src/api/
H
A
D
netdb.c
93
HOSTENT_STORAGE struct hostent
s_hostent
;
in lwip_gethostbyname()
local
113
s_hostent
.h_name = s_hostname;
in lwip_gethostbyname()
115
s_hostent
.h_aliases = &s_aliases;
in lwip_gethostbyname()
116
s_hostent
.h_addrtype = AF_INET;
in lwip_gethostbyname()
117
s_hostent
.h_length = sizeof(ip_addr_t);
in lwip_gethostbyname()
118
s_hostent
.h_addr_list = (char **)&s_phostent_addr;
in lwip_gethostbyname()
122
LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n",
s_hostent
.h_name));
in lwip_gethostbyname()
123
LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", (void *)
s_hostent
.h_aliases));
in lwip_gethostbyname()
125
LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n",
s_hostent
.h_addrtype));
in lwip_gethostbyname()
126
LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n",
s_hostent
in lwip_gethostbyname()
[all...]
Completed in 2 milliseconds