lwIP
gethostbyname_r_helper
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
ESP-IDF Framework and Examples
lwIP
gethostbyname_r_helper
gethostbyname_r_helper struct
helper struct for gethostbyname_r to access the char* buffer
Syntax
Show:
Summary
Declaration
from
netdb.c:53
struct
gethostbyname_r_helper
{
ip_addr_t
*
addr_list
[
DNS_MAX_HOST_IP
+
1
]
;
ip_addr_t
addr
[
DNS_MAX_HOST_IP
]
;
char
*
aliases
;
}
;
Fields
Field
Declared as
gethostbyname_r_helper::addr_list
ip_addr_t
*
[
DNS_MAX_HOST_IP
+
1
]
gethostbyname_r_helper::addr
ip_addr_t
[
DNS_MAX_HOST_IP
]
gethostbyname_r_helper::aliases
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