lwIP
+
0
/1 examples
SourceVu will show references to
hostent
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
hostent
hostent struct
Syntax
Show:
Summary
Declaration
from
netdb.h:92
struct
hostent
{
char
*
h_name
;
char
*
*
h_aliases
;
int
h_addrtype
;
int
h_length
;
char
*
*
h_addr_list
;
#define
h_addr
h_addr_list
[
0
]
}
;
Fields
Field
Declared as
hostent::h_name
char
*
hostent::h_aliases
char
*
*
hostent::h_addrtype
int
hostent::h_length
int
hostent::h_addr_list
char
*
*
Related Functions
Found 2 other functions taking a
hostent
argument:
Function
Description
lwip_gethostbyname_r()
Thread-safe variant of lwip_gethostbyname: instead of using a static buffer, this function takes buffer and errno pointers as arguments and uses these for the result.
gethostbyname_r()
Examples
hostent
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out