LwIP
hostent
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
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
*
*
Examples
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