lwIP
+
0
/1 examples
SourceVu will show references to
netif::hostname
from the following samples and libraries:
ESP-IDF
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
netif::hostname
netif::hostname field
Syntax
Show:
Summary
Declaration
from
netif.h:338
const
char
*
hostname
;
Examples
netif::hostname
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
const
char
*
hostname
;
netif.h:338
netif
->
hostname
=
"lwip"
;
bridgeif.c:465
bridgeif_init()
if
(
netif
->
hostname
!=
NULL
)
{
dhcp.c:1565
dhcp_option_hostname()
size_t
namelen
=
strlen
(
netif
->
hostname
)
;
dhcp.c:1566
dhcp_option_hostname()
const
char
*
p
=
netif
->
hostname
;
dhcp.c:1569
dhcp_option_hostname()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
netif::hostname
is written by 1 function and is read by 1 function:
bridgeif_init()
All items filtered out
netif::hostname
dhcp_option_hostname()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out