Home
last modified time | relevance | path

Searched defs:sys_timeo (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtimers.h67 struct sys_timeo { struct
68 struct sys_timeo *next; argument
70 sys_timeout_handler h; argument
77 void sys_timeouts_init(void); argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtimeouts.h86 struct sys_timeo { struct
87 struct sys_timeo *next; argument
89 sys_timeout_handler h; argument
96 void sys_timeouts_init(void); argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtimeouts.h93 struct sys_timeo { struct
94 struct sys_timeo *next; argument
96 sys_timeout_handler h; argument
118 struct sys_timeo** sys_timeouts_get_next_timeout(void); argument