lwIP
sntp_try_next_server
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
sntp_try_next_server
sntp_try_next_server macro
Syntax
Show:
Summary
Declaration
from
sntp.c:451
#define
sntp_try_next_server
sntp_retry
Examples
References
from
examples
Code
Location
#define
sntp_try_next_server
sntp_retry
sntp.c:451
sys_untimeout
(
sntp_try_next_server
,
NULL
)
;
sntp.c:534
sys_untimeout
(
sntp_try_next_server
,
NULL
)
;
sntp.c:583
sys_timeout
(
(
u32_t
)
SNTP_RECV_TIMEOUT
,
sntp_try_next_server
,
NULL
)
;
sntp.c:584
sntp_try_next_server
(
NULL
)
;
sntp.c:616
sys_untimeout
(
sntp_try_next_server
,
NULL
)
;
sntp.c:662
sys_timeout
(
(
u32_t
)
SNTP_RETRY_TIMEOUT
,
sntp_try_next_server
,
NULL
)
;
sntp.c:663
sys_untimeout
(
sntp_try_next_server
,
NULL
)
;
sntp.c:723
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